

Public Member Functions | |
| LLClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 61 of file ll.cc.
00061 : TclClass("LL") {} |
|
||||||||||||
|
Definition at line 62 of file ll.cc.
00062 {
00063 return (new LL);
00064 }
|
1.3.3