

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