Public Member Functions | |
void | UnlinkAll () |
bool | IsEmpty () const |
void | Erase (T *node) |
void | Insert (T *prevNode, T *node) |
void | PushBack (T *node) |
void | Replace (T *node, T *newNode) |
T * | GetFirst () const |
T * | GetLast () const |
int | GetCount () const |
Public Attributes | |
bool | m_enableAssertInThis |
|
inline |
Get the count of the connected node
|
inline |
Get the first node returned
|
inline |
Get the last node returned
|
inline |
Check to see if the node is empty.
|
inline |
Removed the connected link