libUTL++
|
This is the complete list of members for utl::ListNode, including all inherited members.
addAfter(ListNode *node) | utl::ListNode | |
addBefore(ListNode *node) | utl::ListNode | |
get() const | utl::ListNode | inline |
isHead() const | utl::ListNode | inline |
isSentinelTail() const | utl::ListNode | inline |
isTail() const | utl::ListNode | inline |
ListNode() | utl::ListNode | inline |
ListNode(const Object *object) | utl::ListNode | inline |
next() const | utl::ListNode | inline |
prev() const | utl::ListNode | inline |
remove() | utl::ListNode | |
set(const Object *object) | utl::ListNode | inline |
setNext(ListNode *node) | utl::ListNode | inline |
setPrev(ListNode *prev) | utl::ListNode | inline |