

Public Member Functions | |
| AgentClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 62 of file agent.cc.
00062 : TclClass("Agent") {} |
|
||||||||||||
|
Definition at line 63 of file agent.cc. References PT_NTYPE.
00063 {
00064 return (new Agent(PT_NTYPE));
00065 }
|
1.3.3