

Public Member Functions | |
| DequeTraceClass () | |
| TclObject * | create (int args, const char *const *argv) |
|
|
Definition at line 416 of file trace.cc.
00416 : TclClass("Trace/Deque") { } |
|
||||||||||||
|
Definition at line 417 of file trace.cc.
00417 {
00418 if (args >= 5)
00419 return (new DequeTrace(*argv[4]));
00420 return NULL;
00421 }
|
1.3.3