#include <T2SortedList.h>
Public Types | |
using | Iterator = Container::Iterator |
using | Node = Container::Node |
Public Member Functions | |
T2SortedList ()=default | |
~T2SortedList ()=default | |
Iterator | FindInsertionPoint (const T &a_rcValue) |
Iterator | Push (T &a_rValue) |
Iterator | Push (T *a_pValue) |
T * | PopBack () |
T * | PopFront () |
Iterator | ReInsert (T &a_rValue) |
Iterator | ReInsert (T *a_pValue) |
void | Delete (Iterator a_It) |
void | DeleteAll () |
Iterator | Erase (Iterator a_It) |
TBOOL | IsEmpty () const |
TUINT | Size () const |
Iterator | Head () const |
Iterator | Tail () const |
Iterator | Begin () const |
Iterator | RBegin () const |
Iterator | End () const |
Iterator | REnd () const |
Iterator | Front () const |
Iterator | Back () const |
Container * | AccessContainer () |
Container * | operator-> () |
Definition at line 23 of file T2SortedList.h.
using T2SortedList< T, Container, SortResults >::Iterator = Container::Iterator |
Definition at line 26 of file T2SortedList.h.
using T2SortedList< T, Container, SortResults >::Node = Container::Node |
Definition at line 27 of file T2SortedList.h.
|
default |
|
default |
|
inline |
Definition at line 87 of file T2SortedList.h.
|
inline |
Definition at line 85 of file T2SortedList.h.
|
inline |
Definition at line 80 of file T2SortedList.h.
|
inline |
Definition at line 70 of file T2SortedList.h.
|
inline |
Definition at line 71 of file T2SortedList.h.
|
inline |
Definition at line 82 of file T2SortedList.h.
|
inline |
Definition at line 73 of file T2SortedList.h.
|
inline |
Definition at line 33 of file T2SortedList.h.
|
inline |
Definition at line 84 of file T2SortedList.h.
|
inline |
Definition at line 78 of file T2SortedList.h.
|
inline |
Definition at line 75 of file T2SortedList.h.
|
inline |
Definition at line 88 of file T2SortedList.h.
|
inline |
Definition at line 52 of file T2SortedList.h.
|
inline |
Definition at line 53 of file T2SortedList.h.
|
inline |
Definition at line 44 of file T2SortedList.h.
|
inline |
Definition at line 50 of file T2SortedList.h.
|
inline |
Definition at line 81 of file T2SortedList.h.
|
inline |
Definition at line 56 of file T2SortedList.h.
|
inline |
Definition at line 65 of file T2SortedList.h.
|
inline |
Definition at line 83 of file T2SortedList.h.
|
inline |
Definition at line 76 of file T2SortedList.h.
|
inline |
Definition at line 79 of file T2SortedList.h.