

Public Member Functions | |
| ListErrorModelClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 552 of file errmodel.cc.
00552 : TclClass("ErrorModel/List") {} |
|
||||||||||||
|
Definition at line 553 of file errmodel.cc.
00553 {
00554 return (new ListErrorModel);
00555 }
|
1.3.3