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, StaticArrayInterface< TYPE >, DefaultCompare >
Alloc(MAXON_SOURCE_LOCATION_DECLARATION)ArrayInterface< TYPE >privatestatic
Append()ArrayInterface< TYPE >
Append(const TYPE &value)ArrayInterface< TYPE >
Append(TYPE &&value)ArrayInterface< TYPE >
Append(A &&value)ArrayInterface< TYPE >
AppendAll(COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::ON_GROW_RESERVE_CAPACITY)BaseCollection< COLLECTION, SUPER >
AppendAllImpl(COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags, Bool overwrite, OverloadRank0)ArrayBase0< ArrayInterface< TYPE >, TYPE, StaticArrayInterface< TYPE >, DefaultCompare >
ArrayBase0(ARGS &&... args)ArrayBase0< ArrayInterface< TYPE >, TYPE, StaticArrayInterface< TYPE >, DefaultCompare >explicit
ArrayImpl classArrayInterface< TYPE >friend
AssertCast()ArrayInterface< TYPE >
AssertCast() constArrayInterface< TYPE >
AssertType() constArrayInterface< TYPE >
BaseCollection(ARGS &&... args)BaseCollection< COLLECTION, SUPER >explicit
Begin() constArrayInterface< TYPE >
Begin()ArrayInterface< TYPE >
CheckValidIndex(Int index) constArrayBase0< ArrayInterface< TYPE >, TYPE, StaticArrayInterface< TYPE >, DefaultCompare >
Collection(ARGS &&... args)Collection< COLLECTION, VALUETYPE, SUPER >explicit
constArrayInterface< TYPE >
ConstIterator typedefArrayInterface< TYPE >
Contains(typename ByValueParam< VALUETYPE >::type v) constCollection< COLLECTION, VALUETYPE, SUPER >
ContainsAll(COLLECTION2 &&other) constBaseCollection< COLLECTION, SUPER >
ContainsAllImpl(COLLECTION2 &&other, OverloadRank0) constBaseCollection< COLLECTION, SUPER >
CopyFrom(const ArrayInterface &other)ArrayInterface< TYPE >
ArrayBase0< ArrayInterface< TYPE >, TYPE, StaticArrayInterface< TYPE >, DefaultCompare >::CopyFrom(COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::FIT_TO_SIZE)BaseCollection< COLLECTION, SUPER >
CopyFromImpl(COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags, OverloadRank0)BaseCollection< COLLECTION, SUPER >
DeleteReturnType01ArrayInterface< TYPE >
DeleteReturnType02ArrayInterface< TYPE >
End() constArrayInterface< TYPE >
End()ArrayInterface< TYPE >
Erase(Int index, Int count=1)ArrayInterface< TYPE >
Erase(const typename ArrayInterface::template IteratorTemplate< C > &it)ArrayInterface< TYPE >
EraseAll(typename ByValueParam< TYPE >::type v)ArrayBase0< ArrayInterface< TYPE >, TYPE, StaticArrayInterface< TYPE >, DefaultCompare >
EraseFirst(typename ByValueParam< TYPE >::type v)ArrayBase0< ArrayInterface< TYPE >, TYPE, StaticArrayInterface< TYPE >, DefaultCompare >
Find(typename ByValueParam< VALUETYPE >::type v)Collection< COLLECTION, VALUETYPE, SUPER >
Find(typename ByValueParam< VALUETYPE >::type v) constCollection< COLLECTION, VALUETYPE, SUPER >
FindIndex(typename ByValueParam< TYPE >::type v, Int start) constArrayBase0< ArrayInterface< TYPE >, TYPE, StaticArrayInterface< TYPE >, DefaultCompare >
maxon::Collection::FindIndex(typename ByValueParam< VALUETYPE >::type v) constCollection< COLLECTION, VALUETYPE, SUPER >
FindLastIndex(typename ByValueParam< TYPE >::type v) constArrayBase0< ArrayInterface< TYPE >, TYPE, StaticArrayInterface< TYPE >, DefaultCompare >
FindLastIndex(typename ByValueParam< TYPE >::type v, Int start) constArrayBase0< ArrayInterface< TYPE >, TYPE, StaticArrayInterface< TYPE >, DefaultCompare >
Flush()ArrayInterface< TYPE >
ForEach(FN &&callback) constCollection< COLLECTION, VALUETYPE, SUPER >
ForEach(FN &&callback)Collection< COLLECTION, VALUETYPE, SUPER >
GetBlock(Int index, Block< const TYPE > &block) constArrayInterface< TYPE >
GetBlock(Int index, Block< typename Super::NonConstValueType > &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 >
GetBlock(Int index, SimdBlock< NonConstValueType > &block)ArrayInterface< TYPE >
GetBlock(Int index, StridedBlock< NonConstValueType > &block)ArrayInterface< TYPE >
GetBlocks()ArrayBase0< ArrayInterface< TYPE >, TYPE, StaticArrayInterface< TYPE >, DefaultCompare >
GetBlocks() constArrayBase0< ArrayInterface< TYPE >, TYPE, StaticArrayInterface< TYPE >, DefaultCompare >
GetHashCode() constArrayBase0< ArrayInterface< TYPE >, TYPE, StaticArrayInterface< TYPE >, DefaultCompare >
GetMapKey(const VALUETYPE &key)Collection< COLLECTION, VALUETYPE, SUPER >static
GetMemorySize() constArrayInterface< TYPE >
GetStridedBlocks()ArrayBase0< ArrayInterface< TYPE >, TYPE, StaticArrayInterface< TYPE >, DefaultCompare >
GetStridedBlocks() constArrayBase0< ArrayInterface< TYPE >, TYPE, StaticArrayInterface< TYPE >, DefaultCompare >
GetUniqueHashCode() constArrayBase0< ArrayInterface< TYPE >, TYPE, StaticArrayInterface< TYPE >, DefaultCompare >
HasType() constArrayInterface< TYPE >
Insert(Int index)ArrayInterface< TYPE >
Insert(Int index, const TYPE &value)ArrayInterface< TYPE >
Insert(Int index, TYPE &&value)ArrayInterface< TYPE >
Insert(Int index, const Block< const TYPE > &values)ArrayInterface< TYPE >
Insert(Int index, const MoveBlock< TYPE > &values)ArrayInterface< TYPE >
InsertAll(Int index, COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::ON_GROW_RESERVE_CAPACITY)ArrayBase0< ArrayInterface< TYPE >, TYPE, StaticArrayInterface< TYPE >, DefaultCompare >
InsertBlock(Int index, const Block< const TYPE > &values)ArrayInterface< TYPE >
InsertBlock(Int index, const MoveBlock< TYPE > &values)ArrayInterface< TYPE >
Intersect(const COLLECTION2 &other)BaseCollection< COLLECTION, SUPER >
IntersectImpl(COLLECTION2 &&other, OverloadRank0)BaseCollection< COLLECTION, SUPER >
Intersects(const COLLECTION2 &other) constBaseCollection< COLLECTION, SUPER >
IsBaseArray typedefBaseCollection< COLLECTION, SUPER >
IsCollection typedefBaseCollection< COLLECTION, SUPER >
IsEmpty() constBaseCollection< COLLECTION, SUPER >
IsEqual(const COLLECTION2 &other, COMPARE &&cmp=COMPARE()) constBaseCollection< COLLECTION, SUPER >
IsEqualImpl(const COLLECTION2 &other, COMPARE &&cmp, OverloadRank0) constArrayBase0< ArrayInterface< TYPE >, TYPE, StaticArrayInterface< TYPE >, DefaultCompare >
IsPopulated() constBaseCollection< COLLECTION, SUPER >
IsValidIndex(Int index) constArrayBase0< ArrayInterface< TYPE >, TYPE, StaticArrayInterface< TYPE >, DefaultCompare >
Iterator typedefArrayInterface< TYPE >
KINDArrayBase0< ArrayInterface< TYPE >, TYPE, StaticArrayInterface< TYPE >, DefaultCompare >static
MAXON_ADD_TO_CONST_REFERENCE_CLASS(using Iterator=typename ArrayInterface::ConstIterator;using ConstIterator=typename ArrayInterface::ConstIterator;)ArrayInterface< TYPE >
MAXON_ADD_TO_COPY_ON_WRITE_REFERENCE_CLASS(public:using ValueType=TYPE;)ArrayInterface< TYPE >
MAXON_INTERFACE_SIMPLE_VIRTUAL_DERIVED(ArrayInterface, MAXON_REFERENCE_COPY_ON_WRITE)ArrayInterface< TYPE >private
operator ArrayInterface< typename std::conditional< STD_IS_REPLACEMENT(same, TYPE, Generic)ArrayInterface< TYPE >
operator const ArrayInterface< const TYPE > &() constArrayInterface< TYPE >
operator const ArrayInterface< typename std::conditional< STD_IS_REPLACEMENT(same, const TYPE, const Generic)ArrayInterface< TYPE >
operator const NonConstArray< TYPE > &()ArrayInterface< TYPE >
operator const NonConstArray< typename std::conditional< STD_IS_REPLACEMENT(same, TYPE, Generic)ArrayInterface< TYPE >
operator ValueReceiver< const VALUETYPE & >()Collection< COLLECTION, VALUETYPE, SUPER >
operator ValueReceiver< typename std::conditional< STD_IS_REPLACEMENT(scalar, VALUETYPE)Collection< COLLECTION, VALUETYPE, SUPER >
operator ValueReceiver< VALUETYPE && >()Collection< COLLECTION, VALUETYPE, SUPER >
operator!=(const COLLECTION2 &other) constBaseCollection< COLLECTION, SUPER >
operator==(const COLLECTION2 &other) constBaseCollection< COLLECTION, SUPER >
operator[](Int index)ArrayInterface< TYPE >
Pop()ArrayInterface< TYPE >
Pop(TYPE *dst)ArrayInterface< TYPE >
PrivateInsert(Int index, const StridedBlock< const TYPE > &values, Bool move, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::ON_GROW_RESERVE_CAPACITY)ArrayInterface< TYPE >
Reset()ArrayInterface< TYPE >
Resize(Int count, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::DEFAULT)ArrayInterface< TYPE >
SetCapacityHint(Int requestedCapacity, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::ON_GROW_RESERVE_CAPACITY)ArrayInterface< TYPE >
SetPersistentIdGenerator(const PersistentIdGenerator &generator)ArrayInterface< TYPE >
Slice(Int start)ArrayBase0< ArrayInterface< TYPE >, TYPE, StaticArrayInterface< TYPE >, DefaultCompare >
Slice(Int start) constArrayBase0< ArrayInterface< TYPE >, TYPE, StaticArrayInterface< TYPE >, DefaultCompare >
Slice(Int start, Int end)ArrayBase0< ArrayInterface< TYPE >, TYPE, StaticArrayInterface< TYPE >, DefaultCompare >
Slice(Int start, Int end) constArrayBase0< ArrayInterface< TYPE >, TYPE, StaticArrayInterface< TYPE >, DefaultCompare >
StrongCOWRefHandler classArrayInterface< TYPE >friend
Subtract(COLLECTION2 &&other)BaseCollection< COLLECTION, SUPER >
SubtractImpl(COLLECTION2 &&other, OverloadRank0)ArrayBase0< ArrayInterface< TYPE >, TYPE, StaticArrayInterface< TYPE >, DefaultCompare >
Super typedefArrayInterface< TYPE >
SwapErase(Int index, Int count=1)ArrayInterface< TYPE >
ToString(const FormatStatement *formatStatement=nullptr) constBaseCollection< COLLECTION, SUPER >
type()Collection< COLLECTION, VALUETYPE, SUPER >
VALUETYPECollection< COLLECTION, VALUETYPE, SUPER >
ValueType typedefArrayInterface< TYPE >
VariadicAppend()Collection< COLLECTION, VALUETYPE, SUPER >
VariadicAppend(V &&value, VALUES &&... rest)Collection< COLLECTION, VALUETYPE, SUPER >