

Public Member Functions | |
| SFQClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 102 of file sfq.cc.
00102 : TclClass("Queue/SFQ") {} |
|
||||||||||||
|
Definition at line 103 of file sfq.cc.
00103 {
00104 return (new SFQ);
00105 }
|
1.3.3