Inheritance diagram for GAFPartnerClass:


Definition at line 78 of file gaf.cc.
Public Member Functions | |
| TclObject * | create (int, const char *const *) |
| GAFPartnerClass () | |
|
|
Definition at line 80 of file gaf.cc. 00080 : TclClass("GAFPartner") {}
|
|
||||||||||||
|
Definition at line 81 of file gaf.cc. 00081 { 00082 return (new GAFPartner()); 00083 }
|
1.4.6