

Public Member Functions | |
| AllocAddrClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 66 of file alloc-address.cc.
00066 : TclClass("AllocAddr") {} |
|
||||||||||||
|
Definition at line 67 of file alloc-address.cc.
00067 {
00068 return (new AllocAddr());
00069 }
|
1.3.3