Append(const TYPE &first, const ELEM_TYPE &... elements) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | inline |
Append(const TYPE &elm) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
Append(TYPE &&elm) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
AppendArray(const Array< TYPE, SMALL_VECTOR_SIZE > &rhs) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
AppendArray(const TYPE *arr, const SizeT count) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
Array() | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
Array(SizeT initialCapacity, SizeT initialGrow) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
Array(SizeT initialSize, SizeT initialGrow, const TYPE &initialValue) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
Array(const ArrayT &rhs) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
Array(ArrayT &&rhs) noexcept | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
Array(std::initializer_list< TYPE > list) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
Array(std::nullptr_t) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
Array(const TYPE *const buf, SizeT num) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
ArrayT typedef | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
As() const | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
Back() const | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
Begin() const | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
begin() const | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
BinarySearchIndex(const TYPE &elm) const | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
BinarySearchIndex(typename std::enable_if< true, const KEYTYPE & >::type elm) const | Util::Array< TYPE, SMALL_VECTOR_SIZE > | inline |
ByteSize() const | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
Capacity() const | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
capacity | Util::Array< TYPE, SMALL_VECTOR_SIZE > | protected |
Clear() | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
clear() noexcept | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
ConstBegin() const | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
ConstEnd() const | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
ConstIterator typedef | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
Copy(const Array< TYPE, SMALL_VECTOR_SIZE > &src) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | protected |
CopyRange(TYPE *to, TYPE *from, SizeT num) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | inlineprotected |
count | Util::Array< TYPE, SMALL_VECTOR_SIZE > | protected |
Delete() | Util::Array< TYPE, SMALL_VECTOR_SIZE > | protected |
Destroy(TYPE *elm) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | protected |
DestroyRange(IndexT fromIndex, IndexT toIndex) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | inlineprotected |
Difference(const Array< TYPE, SMALL_VECTOR_SIZE > &rhs) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
elements | Util::Array< TYPE, SMALL_VECTOR_SIZE > | protected |
Emplace() | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
EmplaceArray(const SizeT count) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
End() const | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
end() const | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
Erase(Iterator iter) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
EraseBack() | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
EraseFront() | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
EraseIndex(IndexT index) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
EraseIndexSwap(IndexT index) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
EraseRange(IndexT start, IndexT end) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
EraseSwap(Iterator iter) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
Extend(SizeT num) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | inline |
Fill(IndexT first, SizeT num, const TYPE &elm) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
Find(const TYPE &elm, const IndexT start=0) const | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
FindIndex(const TYPE &elm, const IndexT start=0) const | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
FindIndex(typename std::enable_if< true, const KEYTYPE & >::type elm, const IndexT start=0) const | Util::Array< TYPE, SMALL_VECTOR_SIZE > | inline |
Fit() | Util::Array< TYPE, SMALL_VECTOR_SIZE > | inline |
FixedArray class | Util::Array< TYPE, SMALL_VECTOR_SIZE > | friend |
Free() | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
Front() const | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
Get(IndexT index) const | Util::Array< TYPE, SMALL_VECTOR_SIZE > | inline |
Grow() | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
grow | Util::Array< TYPE, SMALL_VECTOR_SIZE > | protected |
GrowTo(SizeT newCapacity) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | protected |
Insert(IndexT index, const TYPE &elm) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
InsertAtEndOfIdenticalRange(IndexT startIndex, const TYPE &elm) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
InsertSorted(const TYPE &elm) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
IsEmpty() const | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
IsSorted() const | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
IsValidIndex(IndexT index) const | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
Iterator typedef | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
MaxGrowSize | Util::Array< TYPE, SMALL_VECTOR_SIZE > | protectedstatic |
MinGrowSize | Util::Array< TYPE, SMALL_VECTOR_SIZE > | protectedstatic |
Move(IndexT fromIndex, IndexT toIndex) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | protected |
MoveRange(TYPE *to, TYPE *from, SizeT num) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | inlineprotected |
operator!=(const Array< TYPE, SMALL_VECTOR_SIZE > &rhs) const | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
operator=(const Array< TYPE, SMALL_VECTOR_SIZE > &rhs) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
operator=(Array< TYPE, SMALL_VECTOR_SIZE > &&rhs) noexcept | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
operator==(const Array< TYPE, SMALL_VECTOR_SIZE > &rhs) const | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
operator[](IndexT index) const | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
operator[](IndexT index) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
PopBack() | Util::Array< TYPE, SMALL_VECTOR_SIZE > | inline |
PopFront() | Util::Array< TYPE, SMALL_VECTOR_SIZE > | inline |
push_back(const TYPE &item) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
QuickSort() | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
QuickSortWithFunc(int(*func)(const void *lhs, const void *rhs)) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
Realloc(SizeT capacity, SizeT grow) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
Reserve(SizeT num) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
Reset() | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
Resize(SizeT num) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
Resize(SizeT num, ARGS... args) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
resize(size_t size) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
Size() const | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
size() const | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
Sort() | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
SortWithFunc(bool(*func)(const TYPE &lhs, const TYPE &rhs)) | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |
stackElements | Util::Array< TYPE, SMALL_VECTOR_SIZE > | protected |
TypeSize() const | Util::Array< TYPE, SMALL_VECTOR_SIZE > | inline |
~Array() | Util::Array< TYPE, SMALL_VECTOR_SIZE > | |