Clear() | plListBase< T > | |
Compact() | plListBase< T > | |
GetAllocator() const | plListBase< T > | inline |
GetCount() const | plListBase< T > | |
GetEndIterator() | plListBase< T > | |
GetEndIterator() const | plListBase< T > | |
GetHeapMemoryUsage() const | plListBase< T > | inline |
GetIterator() | plListBase< T > | |
GetIterator() const | plListBase< T > | |
Insert(const Iterator &pos, const T &data) | plListBase< T > | |
Insert(const Iterator &pos, ConstIterator first, const ConstIterator &last) | plListBase< T > | |
Insert(const Iterator &pos) | plListBase< T > | |
IsEmpty() const | plListBase< T > | |
operator=(const plList< T, AllocatorWrapper > &rhs) (defined in plList< T, AllocatorWrapper >) | plList< T, AllocatorWrapper > | |
operator=(const plListBase< T > &rhs) (defined in plList< T, AllocatorWrapper >) | plList< T, AllocatorWrapper > | |
operator==(const plListBase< T > &rhs) const | plListBase< T > | |
PeekBack() const | plListBase< T > | |
PeekBack() | plListBase< T > | |
PeekFront() const | plListBase< T > | |
PeekFront() | plListBase< T > | |
PL_ADD_DEFAULT_OPERATOR_NOTEQUAL(const plListBase< T > &) (defined in plListBase< T >) | plListBase< T > | |
plList() (defined in plList< T, AllocatorWrapper >) | plList< T, AllocatorWrapper > | |
plList(plAllocator *pAllocator) (defined in plList< T, AllocatorWrapper >) | plList< T, AllocatorWrapper > | explicit |
plList(const plList< T, AllocatorWrapper > &other) (defined in plList< T, AllocatorWrapper >) | plList< T, AllocatorWrapper > | |
plList(const plListBase< T > &other) (defined in plList< T, AllocatorWrapper >) | plList< T, AllocatorWrapper > | |
plListBase(plAllocator *pAllocator) | plListBase< T > | explicitprotected |
plListBase(const plListBase< T > &cc, plAllocator *pAllocator) | plListBase< T > | protected |
PopBack() | plListBase< T > | |
PopFront() | plListBase< T > | |
PushBack() | plListBase< T > | |
PushBack(const T &element) | plListBase< T > | |
PushFront() | plListBase< T > | |
PushFront(const T &element) | plListBase< T > | |
Remove(const Iterator &pos) | plListBase< T > | |
Remove(Iterator first, const Iterator &last) | plListBase< T > | |
SetCount(plUInt32 uiNewSize) | plListBase< T > | |
~plListBase() | plListBase< T > | protected |