

Public Member Functions | |
| FieldFilterClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 85 of file filter.cc.
00085 : TclClass("Filter/Field") {} |
|
||||||||||||
|
Definition at line 86 of file filter.cc.
00086 {
00087 return (new FieldFilter);
00088 }
|
1.3.3