

Public Member Functions | |
| Null_EstClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 51 of file null-estimator.cc.
00051 : TclClass ("Est/Null") {} |
|
||||||||||||
|
Definition at line 52 of file null-estimator.cc.
00052 {
00053 return (new Null_Est());
00054 }
|
1.3.3