| 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 class | ArrayInterface< TYPE > | friend |
| AssertCast() | ArrayInterface< TYPE > | |
| AssertCast() const | ArrayInterface< TYPE > | |
| AssertType() const | ArrayInterface< TYPE > | |
| BaseCollection(ARGS &&... args) | BaseCollection< ArrayInterface< TYPE >, VArrayInterface< TYPE > > | explicit |
| Begin() const | ArrayInterface< TYPE > | |
| Begin() | ArrayInterface< TYPE > | |
| CheckValidIndex(Int index) const | ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare > | |
| Clone(Bool cloneElements=true) const | VArrayInterface< TYPE > | |
| Collection(ARGS &&... args) | Collection< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE > > | explicit |
| ConstIterator typedef | ArrayInterface< TYPE > | |
| Contains(typename ByValueParam< TYPE >::type v) const | Collection< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE > > | |
| ContainsAll(COLLECTION2 &&other) const | BaseCollection< ArrayInterface< TYPE >, VArrayInterface< TYPE > > | |
| ContainsAllImpl(COLLECTION2 &&other, OverloadRank0) const | BaseCollection< 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() const | ArrayInterface< 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) const | Collection< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE > > | |
| FindIndex(typename ByValueParam< TYPE >::type v, Int start) const | ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare > | |
| Collection< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE > >::FindIndex(typename ByValueParam< TYPE >::type v) const | Collection< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE > > | |
| FindLastIndex(typename ByValueParam< TYPE >::type v) const | ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare > | |
| FindLastIndex(typename ByValueParam< TYPE >::type v, Int start) const | ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare > | |
| Flush() | VArrayInterface< TYPE > | |
| ForEach(FN &&callback) | Collection< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE > > | |
| GENERIC | VArrayInterface< TYPE > | static |
| GetBlock(Int index, Block< const TYPE, false > &block) const | ArrayInterface< TYPE > | |
| GetBlock(Int index, Block< TYPE, false > &block) | ArrayInterface< TYPE > | |
| GetBlock(Int index, StridedBlock< const TYPE > &block) const | ArrayInterface< TYPE > | |
| GetBlock(Int index, StridedBlock< TYPE > &block) | ArrayInterface< TYPE > | |
| GetBlock(Int index, SimdBlock< const TYPE > &block) const | ArrayInterface< TYPE > | |
| GetBlock(Int index, StridedBlock< const TYPE > &block) const | ArrayInterface< TYPE > | |
| GetBlock(Int index, Block< const TYPE, false > &block) const | ArrayInterface< TYPE > | |
| ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >::GetBlock(Int index, SimdBlock< const TYPE > &block) const | VArrayInterface< TYPE > | |
| GetBlocks() | ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare > | |
| GetBlocks() const | ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare > | |
| GetCount() const | VArrayInterface< TYPE > | |
| GetHashCode() const | ArrayInterface< TYPE > | |
| ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >::GetHashCode() const | ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare > | |
| GetMapKey(const TYPE &key) | Collection< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE > > | static |
| GetMemorySize() const | ArrayInterface< TYPE > | |
| GetStridedBlocks() | ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare > | |
| GetStridedBlocks() const | ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare > | |
| GetValueDataType() const | VArrayInterface< TYPE > | |
| GetValueSize() const | VArrayInterface< TYPE > | |
| GetWritable(Int index) | VArrayInterface< TYPE > | |
| GetWritableBlock(Int index, SimdBlock< TYPE > &block) | VArrayInterface< TYPE > | |
| HasType() const | ArrayInterface< 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) const | BaseCollection< ArrayInterface< TYPE >, VArrayInterface< TYPE > > | |
| IsCollection typedef | BaseCollection< ArrayInterface< TYPE >, VArrayInterface< TYPE > > | |
| IsEmpty() const | BaseCollection< ArrayInterface< TYPE >, VArrayInterface< TYPE > > | |
| IsEqual(const VArrayInterface *other, EQUALITY equality) const | ArrayInterface< TYPE > | |
| ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >::IsEqual(const COLLECTION2 &other, COMPARE &&cmp=COMPARE()) const | BaseCollection< ArrayInterface< TYPE >, VArrayInterface< TYPE > > | |
| maxon::VArrayInterface::IsEqual(const VArrayInterface *other, EQUALITY equality) const | VArrayInterface< TYPE > | |
| IsEqualImpl(const COLLECTION2 &other, COMPARE &&cmp, OverloadRank0) const | ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare > | |
| IsPopulated() const | BaseCollection< ArrayInterface< TYPE >, VArrayInterface< TYPE > > | |
| IsValidIndex(Int index) const | ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare > | |
| Iterator typedef | ArrayInterface< TYPE > | |
| KIND | ArrayBase0< 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 > &() const | ArrayInterface< TYPE > | |
| operator const ArrayInterface< typename std::conditional< std::is_same< const TYPE, const Generic >::value, const DummyReturnType, const Generic >::type > &() const | ArrayInterface< 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) const | BaseCollection< ArrayInterface< TYPE >, VArrayInterface< TYPE > > | |
| operator==(const COLLECTION2 &other) const | BaseCollection< ArrayInterface< TYPE >, VArrayInterface< TYPE > > | |
| operator[](Int index) | ArrayInterface< TYPE > | |
| ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >::operator[](Int index) const | VArrayInterface< 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) const | ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare > | |
| Slice(Int start, Int end) | ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare > | |
| Slice(Int start, Int end) const | ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare > | |
| StrongCOWRefHandler class | ArrayInterface< TYPE > | friend |
| Subtract(COLLECTION2 &&other) | BaseCollection< ArrayInterface< TYPE >, VArrayInterface< TYPE > > | |
| SubtractImpl(COLLECTION2 &&other, OverloadRank0) | ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare > | |
| Super typedef | ArrayInterface< TYPE > | |
| SwapErase(Int index, Int count=1) | VArrayInterface< TYPE > | |
| ToString(const FormatStatement *formatStatement) const | ArrayInterface< TYPE > | |
| ArrayBase0< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE >, DefaultCompare >::ToString(const FormatStatement *formatStatement) const | BaseCollection< ArrayInterface< TYPE >, VArrayInterface< TYPE > > | |
| TYPE_FOR_SIZEOF typedef | VArrayInterface< TYPE > | |
| ValueType typedef | ArrayInterface< TYPE > | |
| VariadicAppend() | Collection< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE > > | |
| VariadicAppend(V &&value, VALUES &&... rest) | Collection< ArrayInterface< TYPE >, TYPE, VArrayInterface< TYPE > > | |