- deleteNode
shared(T)* deleteNode(shared(Node)* cursor)
Undocumented in source. Be warned that the author may not have intended to support it.
- empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
- insertAfter
void insertAfter(shared(Node)* cursor, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- insertBefore
void insertBefore(shared(Node)* in_cursor, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- next
bool next(shared(Node)* cursor)
Undocumented in source. Be warned that the author may not have intended to support it.
- prev
bool prev(shared(Node)* cursor)
Undocumented in source. Be warned that the author may not have intended to support it.
- pushBack
void pushBack(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
- pushFront
void pushFront(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////