#include <T2SortedVector.h>
Public Types | |
using | Iterator = Container::Iterator |
Public Member Functions | |
template<class... Args> | |
T2SortedVector (Args &&... args) | |
~T2SortedVector ()=default | |
Iterator | FindInsertionPoint (const T &a_rcValue, TBOOL &a_rbNotUnique) |
Iterator | Push (const T &a_rValue) |
Iterator | Push (const T *a_pValue) |
Iterator | ReInsert (const T &a_rcItem) |
Iterator | ReInsert (const T *a_pValue) |
void | PopBack () |
void | PopFront () |
void | Clear () |
Iterator | Find (const T &a_rValue) |
void | Erase (const Iterator &a_rIterator) |
void | FindAndErase (const T &a_rcItem) |
void | EraseFast (const Iterator &a_rIterator) |
void | FindAndEraseFast (const T &a_rcItem) |
TINT | Size () const |
TINT | Capacity () const |
TBOOL | IsEmpty () const |
Iterator | Front () |
Iterator | Back () |
Iterator | Begin () |
Iterator | End () |
T & | At (TINT a_iIndex) |
const T & | At (TINT a_iIndex) const |
T & | operator[] (TINT a_iIndex) |
const T & | operator[] (TINT a_iIndex) const |
Container * | AccessContainer () |
Definition at line 23 of file T2SortedVector.h.
using T2SortedVector< T, Container, SortResults >::Iterator = Container::Iterator |
Definition at line 26 of file T2SortedVector.h.
|
inline |
Definition at line 30 of file T2SortedVector.h.
|
default |
|
inline |
Definition at line 124 of file T2SortedVector.h.
|
inline |
Definition at line 118 of file T2SortedVector.h.
|
inline |
Definition at line 119 of file T2SortedVector.h.
|
inline |
Definition at line 114 of file T2SortedVector.h.
|
inline |
Definition at line 115 of file T2SortedVector.h.
|
inline |
Definition at line 110 of file T2SortedVector.h.
|
inline |
Definition at line 101 of file T2SortedVector.h.
|
inline |
Definition at line 116 of file T2SortedVector.h.
|
inline |
Definition at line 104 of file T2SortedVector.h.
|
inline |
Definition at line 106 of file T2SortedVector.h.
|
inline |
Definition at line 103 of file T2SortedVector.h.
|
inline |
Definition at line 105 of file T2SortedVector.h.
|
inline |
Definition at line 107 of file T2SortedVector.h.
|
inline |
Definition at line 37 of file T2SortedVector.h.
|
inline |
Definition at line 113 of file T2SortedVector.h.
|
inline |
Definition at line 111 of file T2SortedVector.h.
|
inline |
Definition at line 121 of file T2SortedVector.h.
|
inline |
Definition at line 122 of file T2SortedVector.h.
|
inline |
Definition at line 98 of file T2SortedVector.h.
|
inline |
Definition at line 99 of file T2SortedVector.h.
|
inline |
Definition at line 78 of file T2SortedVector.h.
|
inline |
Definition at line 84 of file T2SortedVector.h.
|
inline |
Definition at line 86 of file T2SortedVector.h.
|
inline |
Definition at line 93 of file T2SortedVector.h.
|
inline |
Definition at line 109 of file T2SortedVector.h.