#include <Types.h>
Inheritance diagram for IntrusiveListNode:
Public Member Functions | |
IntrusiveListNode () | |
Public Attributes | |
IntrusiveListNode * | pNext |
Definition at line 81 of file Types.h.
IntrusiveListNode::IntrusiveListNode | ( | ) | [inline] |
Definition at line 83 of file Types.h.
Referenced by RawIntrusiveList::clear(), RawIntrusiveListMutator::demoteCurrToBack(), RawIntrusiveListMutator::demoteFrontBeforeCurr(), RawIntrusiveListMutator::detach(), RawIntrusiveListIter::operator++(), RawIntrusiveListMutator::promoteCurrToFront(), RawIntrusiveList::push_back(), and RawIntrusiveList::push_front().