

Public Member Functions | |
| SemanticREDClass () | |
| TclObject * | create (int, const char *const *) |
|
|
Definition at line 25 of file semantic-red.cc.
00025 : TclClass("Queue/RED/Semantic") {} |
|
||||||||||||
|
Definition at line 26 of file semantic-red.cc.
00026 {
00027 return (new SemanticREDQueue);
00028 }
|
1.3.3