This is the complete list of members for ArrayImpl< ARRAY >, including all inherited members.
_array | ArrayImpl< ARRAY > | private |
Append() | ArrayImpl< ARRAY > | |
Append(const ValueType &data) | ArrayImpl< ARRAY > | |
Append(NonConstValueType &&data) | ArrayImpl< ARRAY > | |
ArrayImpl() | ArrayImpl< ARRAY > | |
ArrayImpl(ARRAY &&array) | ArrayImpl< ARRAY > | explicit |
ArrayImpl(ArrayImpl &&src) | ArrayImpl< ARRAY > | |
ArrayType typedef | ArrayImpl< ARRAY > | |
Clone(Bool cloneElements) const | ArrayImpl< ARRAY > | |
CONSTARRAY | ArrayImpl< ARRAY > | static |
CopyFrom(const VArrayInterface< ValueType > &other) | ArrayImpl< ARRAY > | |
Erase(Int index, Int count) | ArrayImpl< ARRAY > | |
Flush() | ArrayImpl< ARRAY > | |
GetArray() | ArrayImpl< ARRAY > | |
GetArray() const | ArrayImpl< ARRAY > | |
GetBlock(Int index, SimdBlock< const ValueType > &block) const | ArrayImpl< ARRAY > | |
GetBlock(Int index, Block< const ValueType, false > &block) const | ArrayImpl< ARRAY > | |
GetCount() const | ArrayImpl< ARRAY > | |
GetHashCode() const | ArrayImpl< ARRAY > | |
GetMemorySize() const | ArrayImpl< ARRAY > | |
GetValueDataType() const | ArrayImpl< ARRAY > | |
GetWritable(Int index) | ArrayImpl< ARRAY > | |
GetWritableBlock(Int index, SimdBlock< ValueType > &block) | ArrayImpl< ARRAY > | |
Insert(Int index) | ArrayImpl< ARRAY > | |
Insert(Int index, const Block< const ValueType > &values) | ArrayImpl< ARRAY > | |
Insert(Int index, const MoveBlock< ValueType > &values) | ArrayImpl< ARRAY > | |
Interface typedef | ArrayImpl< ARRAY > | |
IsEqual(const VArrayInterface< ValueType > *other, EQUALITY equality) const | ArrayImpl< ARRAY > | |
MAXON_DISALLOW_COPY_AND_ASSIGN(ArrayImpl) | ArrayImpl< ARRAY > | private |
MAXON_IMPLEMENTATION_SIMPLE(ArrayImpl, typename) | ArrayImpl< ARRAY > | |
NonConstValueType typedef | ArrayImpl< ARRAY > | |
operator[](Int index) const | ArrayImpl< ARRAY > | |
PrivateInsert(Int index, const StridedBlock< const ValueType > &values, Bool move) | ArrayImpl< ARRAY > | |
REFERENCE | ArrayImpl< ARRAY > | static |
Reset() | ArrayImpl< ARRAY > | |
Resize(Int count, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::DEFAULT) | ArrayImpl< ARRAY > | |
SetCapacityHint(Int requestedCapacity, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::ON_GROW_RESERVE_CAPACITY) | ArrayImpl< ARRAY > | |
Super typedef | ArrayImpl< ARRAY > | |
SwapErase(Int index, Int count) | ArrayImpl< ARRAY > | |
ToString(const FormatStatement *formatStatement) const | ArrayImpl< ARRAY > | |
ValueType typedef | ArrayImpl< ARRAY > | |