|
Public Methods |
|
| SimListNode (string pName, TNode *p, bool managed=true) |
|
| SimListNode (string pName, const TNode &p) |
|
SimListNode * | GetNext () const |
|
void | SetNext (SimListNode *pNext) |
|
string | Name () |
|
| ~SimListNode () |
|
SimListNode * | operator++ () |
Public Attributes |
|
TNode * | node |