This is the complete list of members for
OVR::List< T, B >, including all inherited members.
| Alloc_MoveTo(List< T > *pdest) | OVR::List< T, B > | [inline] |
| BringToFront(ValueType *p) | OVR::List< T, B > | [inline] |
| Clear() | OVR::List< T, B > | [inline] |
| GetFirst() const | OVR::List< T, B > | [inline] |
| GetFirst() | OVR::List< T, B > | [inline] |
| GetLast() const | OVR::List< T, B > | [inline] |
| GetLast() | OVR::List< T, B > | [inline] |
| GetNext(const ValueType *p) | OVR::List< T, B > | [inline, static] |
| GetNext(ValueType *p) | OVR::List< T, B > | [inline, static] |
| GetPrev(const ValueType *p) | OVR::List< T, B > | [inline, static] |
| GetPrev(ValueType *p) | OVR::List< T, B > | [inline, static] |
| IsEmpty() const | OVR::List< T, B > | [inline] |
| IsFirst(const ValueType *p) const | OVR::List< T, B > | [inline] |
| IsLast(const ValueType *p) const | OVR::List< T, B > | [inline] |
| IsNull(const ValueType *p) const | OVR::List< T, B > | [inline] |
| List() | OVR::List< T, B > | [inline] |
| List(const List< T > &) | OVR::List< T, B > | [private] |
| operator=(const List< T > &) | OVR::List< T, B > | [private] |
| PushBack(ValueType *p) | OVR::List< T, B > | [inline] |
| PushFollowingListItemsToFront(List< T > &src, ValueType *pfirst) | OVR::List< T, B > | [inline] |
| PushFront(ValueType *p) | OVR::List< T, B > | [inline] |
| PushListItemsToFront(ValueType *pfirst, ValueType *pend) | OVR::List< T, B > | [inline] |
| PushListToBack(List< T > &src) | OVR::List< T, B > | [inline] |
| PushListToFront(List< T > &src) | OVR::List< T, B > | [inline] |
| PushPrecedingListItemsToFront(List< T > &src, ValueType *ptail) | OVR::List< T, B > | [inline] |
| Remove(ValueType *p) | OVR::List< T, B > | [inline, static] |
| Root | OVR::List< T, B > | [private] |
| SendToBack(ValueType *p) | OVR::List< T, B > | [inline] |
| ValueType typedef | OVR::List< T, B > | |