ArrayInterface< TYPE > Member List

This is the complete list of members for ArrayInterface< TYPE >, including all inherited members.

Add(COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::ON_GROW_RESERVE_CAPACITY)ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >
Alloc(MAXON_SOURCE_LOCATION_DECLARATION)ArrayInterface< TYPE >privatestatic
Alloc(MAXON_SOURCE_LOCATION_DECLARATION, const ArrayInterface &src)ArrayInterface< TYPE >privatestatic
Append()VArrayInterface< TYPE >
Append(const TYPE &value)VArrayInterface< TYPE >
Append(TYPE &&value)VArrayInterface< TYPE >
Append(T &&value)VArrayInterface< TYPE >
AppendAll(COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::ON_GROW_RESERVE_CAPACITY)BaseCollection< ArrayInterface< TYPE >, VArrayInterface< TYPE > >
AppendAllImpl(COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags, Bool overwrite, OverloadRank0)ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >
ArrayBase0(ARGS &&... args)ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >explicit
ArrayImpl classArrayInterface< TYPE >friend
AssertCast()ArrayInterface< TYPE >
AssertCast() constArrayInterface< TYPE >
AssertType() constArrayInterface< TYPE >
BaseCollection(ARGS &&... args)BaseCollection< ArrayInterface< TYPE >, VArrayInterface< TYPE > >explicit
Begin() constArrayInterface< TYPE >
Begin()ArrayInterface< TYPE >
CheckValidIndex(Int index) constArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >
Clone(Bool cloneElements=true) constVArrayInterface< TYPE >
Collection(ARGS &&... args)Collection< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE > >explicit
ConstIterator typedefArrayInterface< TYPE >
Contains(typename ByValueParam< TYPE >::type v) constCollection< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE > >
ContainsAll(COLLECTION2 &&other) constBaseCollection< ArrayInterface< TYPE >, VArrayInterface< TYPE > >
ContainsAllImpl(COLLECTION2 &&other, OverloadRank0) constBaseCollection< ArrayInterface< TYPE >, VArrayInterface< TYPE > >
CopyFrom(const VArrayInterface &other)ArrayInterface< TYPE >
ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >::CopyFrom(COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::FIT_TO_SIZE)BaseCollection< ArrayInterface< TYPE >, VArrayInterface< TYPE > >
maxon::VArrayInterface::CopyFrom(const VArrayInterface &other)VArrayInterface< TYPE >
CopyFromImpl(COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags, OverloadRank0)BaseCollection< ArrayInterface< TYPE >, VArrayInterface< TYPE > >
End() constArrayInterface< TYPE >
End()ArrayInterface< TYPE >
Erase(Int index, Int count=1)VArrayInterface< TYPE >
EraseAll(typename ByValueParam< TYPE >::type v)ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >
EraseFirst(typename ByValueParam< TYPE >::type v)ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >
Find(typename ByValueParam< TYPE >::type v)Collection< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE > >
Find(typename ByValueParam< TYPE >::type v) constCollection< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE > >
FindIndex(typename ByValueParam< TYPE >::type v, Int start) constArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >
Collection< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE > >::FindIndex(typename ByValueParam< TYPE >::type v) constCollection< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE > >
FindLastIndex(typename ByValueParam< TYPE >::type v) constArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >
FindLastIndex(typename ByValueParam< TYPE >::type v, Int start) constArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >
Flush()VArrayInterface< TYPE >
ForEach(FN &&callback)Collection< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE > >
GENERICVArrayInterface< TYPE >static
GetBlock(Int index, Block< const TYPE, false > &block) constArrayInterface< TYPE >
GetBlock(Int index, Block< TYPE, false > &block)ArrayInterface< TYPE >
GetBlock(Int index, StridedBlock< const TYPE > &block) constArrayInterface< TYPE >
GetBlock(Int index, StridedBlock< TYPE > &block)ArrayInterface< TYPE >
GetBlock(Int index, SimdBlock< const TYPE > &block) constArrayInterface< TYPE >
GetBlock(Int index, StridedBlock< const TYPE > &block) constArrayInterface< TYPE >
GetBlock(Int index, Block< const TYPE, false > &block) constArrayInterface< TYPE >
ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >::GetBlock(Int index, SimdBlock< const TYPE > &block) constVArrayInterface< TYPE >
GetBlocks()ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >
GetBlocks() constArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >
GetCount() constVArrayInterface< TYPE >
GetHashCode() constArrayInterface< TYPE >
ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >::GetHashCode() constArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >
GetMapKey(const TYPE &key)Collection< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE > >static
GetMemorySize() constArrayInterface< TYPE >
GetStridedBlocks()ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >
GetStridedBlocks() constArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >
GetValueDataType() constVArrayInterface< TYPE >
GetValueSize() constVArrayInterface< TYPE >
GetWritable(Int index)VArrayInterface< TYPE >
GetWritableBlock(Int index, SimdBlock< TYPE > &block)VArrayInterface< TYPE >
HasType() constArrayInterface< TYPE >
Insert(Int index)VArrayInterface< TYPE >
Insert(Int index, const TYPE &value)VArrayInterface< TYPE >
Insert(Int index, TYPE &&value)VArrayInterface< TYPE >
Insert(Int index, const Block< const TYPE > &values)VArrayInterface< TYPE >
Insert(Int index, const MoveBlock< TYPE > &values)VArrayInterface< TYPE >
InsertAll(Int index, COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::ON_GROW_RESERVE_CAPACITY)ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >
Intersect(const COLLECTION2 &other)BaseCollection< ArrayInterface< TYPE >, VArrayInterface< TYPE > >
IntersectImpl(COLLECTION2 &&other, OverloadRank0)BaseCollection< ArrayInterface< TYPE >, VArrayInterface< TYPE > >
Intersects(const COLLECTION2 &other) constBaseCollection< ArrayInterface< TYPE >, VArrayInterface< TYPE > >
IsCollection typedefBaseCollection< ArrayInterface< TYPE >, VArrayInterface< TYPE > >
IsEmpty() constBaseCollection< ArrayInterface< TYPE >, VArrayInterface< TYPE > >
IsEqual(const VArrayInterface *other, EQUALITY equality) constArrayInterface< TYPE >
ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >::IsEqual(const COLLECTION2 &other, COMPARE &&cmp=COMPARE()) constBaseCollection< ArrayInterface< TYPE >, VArrayInterface< TYPE > >
maxon::VArrayInterface::IsEqual(const VArrayInterface *other, EQUALITY equality) constVArrayInterface< TYPE >
IsEqualImpl(const COLLECTION2 &other, COMPARE &&cmp, OverloadRank0) constArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >
IsPopulated() constBaseCollection< ArrayInterface< TYPE >, VArrayInterface< TYPE > >
IsValidIndex(Int index) constArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >
Iterator typedefArrayInterface< TYPE >
KINDArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >static
MAXON_INTERFACE_SIMPLE_VIRTUAL(VArrayInterface, MAXON_REFERENCE_COPY_ON_WRITE)VArrayInterface< TYPE >private
MAXON_INTERFACE_SIMPLE_VIRTUAL_DERIVED(ArrayInterface, MAXON_REFERENCE_COPY_ON_WRITE)ArrayInterface< TYPE >private
operator ArrayInterface< typename std::conditional< std::is_same< TYPE, Generic >::value, DummyReturnType, Generic >::type > &()ArrayInterface< TYPE >
operator const ArrayInterface< const TYPE > &() constArrayInterface< TYPE >
operator const ArrayInterface< typename std::conditional< std::is_same< const TYPE, const Generic >::value, const DummyReturnType, const Generic >::type > &() constArrayInterface< TYPE >
operator const NonConstArray< TYPE > &()ArrayInterface< TYPE >
operator const NonConstArray< typename std::conditional< std::is_same< TYPE, Generic >::value, DummyReturnType, Generic >::type > &()ArrayInterface< TYPE >
operator ValueReceiver< const TYPE & >()Collection< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE > >
operator ValueReceiver< TYPE && >()Collection< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE > >
operator ValueReceiver< typename std::conditional< std::is_scalar< TYPE >::value, TYPE, DummyParamType & >::type >()Collection< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE > >
operator!=(const COLLECTION2 &other) constBaseCollection< ArrayInterface< TYPE >, VArrayInterface< TYPE > >
operator==(const COLLECTION2 &other) constBaseCollection< ArrayInterface< TYPE >, VArrayInterface< TYPE > >
operator[](Int index)ArrayInterface< TYPE >
ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >::operator[](Int index) constVArrayInterface< TYPE >
Pop()VArrayInterface< TYPE >
Pop(TYPE *dst)VArrayInterface< TYPE >
PrivateInsert(Int index, const StridedBlock< const TYPE > &values, Bool move)VArrayInterface< TYPE >
Reset()VArrayInterface< TYPE >
Resize(Int count, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::DEFAULT)VArrayInterface< TYPE >
Set(Int index, T &&value)VArrayInterface< TYPE >
SetCapacityHint(Int requestedCapacity, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::ON_GROW_RESERVE_CAPACITY)VArrayInterface< TYPE >
Slice(Int start)ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >
Slice(Int start) constArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >
Slice(Int start, Int end)ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >
Slice(Int start, Int end) constArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >
StrongCOWRefHandler classArrayInterface< TYPE >friend
Subtract(COLLECTION2 &&other)BaseCollection< ArrayInterface< TYPE >, VArrayInterface< TYPE > >
SubtractImpl(COLLECTION2 &&other, OverloadRank0)ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >
Super typedefArrayInterface< TYPE >
SwapErase(Int index, Int count=1)VArrayInterface< TYPE >
ToString(const FormatStatement *formatStatement) constArrayInterface< TYPE >
ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >::ToString(const FormatStatement *formatStatement) constBaseCollection< ArrayInterface< TYPE >, VArrayInterface< TYPE > >
TYPE_FOR_SIZEOF typedefVArrayInterface< TYPE >
ValueType typedefArrayInterface< TYPE >
VariadicAppend()Collection< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE > >
VariadicAppend(V &&value, VALUES &&... rest)Collection< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE > >