ArrayImpl< ARRAY > Member List

This is the complete list of members for ArrayImpl< ARRAY >, including all inherited members.

_arrayArrayImpl< 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 typedefArrayImpl< ARRAY >
Clone(Bool cloneElements) constArrayImpl< ARRAY >
CONSTARRAYArrayImpl< ARRAY >static
CopyFrom(const VArrayInterface< ValueType > &other)ArrayImpl< ARRAY >
Erase(Int index, Int count)ArrayImpl< ARRAY >
Flush()ArrayImpl< ARRAY >
GetArray()ArrayImpl< ARRAY >
GetArray() constArrayImpl< ARRAY >
GetBlock(Int index, SimdBlock< const ValueType > &block) constArrayImpl< ARRAY >
GetBlock(Int index, Block< const ValueType, false > &block) constArrayImpl< ARRAY >
GetCount() constArrayImpl< ARRAY >
GetHashCode() constArrayImpl< ARRAY >
GetMemorySize() constArrayImpl< ARRAY >
GetValueDataType() constArrayImpl< 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 typedefArrayImpl< ARRAY >
IsEqual(const VArrayInterface< ValueType > *other, EQUALITY equality) constArrayImpl< ARRAY >
MAXON_DISALLOW_COPY_AND_ASSIGN(ArrayImpl)ArrayImpl< ARRAY >private
MAXON_IMPLEMENTATION_SIMPLE(ArrayImpl, typename)ArrayImpl< ARRAY >
NonConstValueType typedefArrayImpl< ARRAY >
operator[](Int index) constArrayImpl< ARRAY >
PrivateInsert(Int index, const StridedBlock< const ValueType > &values, Bool move)ArrayImpl< ARRAY >
REFERENCEArrayImpl< 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 typedefArrayImpl< ARRAY >
SwapErase(Int index, Int count)ArrayImpl< ARRAY >
ToString(const FormatStatement *formatStatement) constArrayImpl< ARRAY >
ValueType typedefArrayImpl< ARRAY >