MapInterface< K, V > Member List

This is the complete list of members for MapInterface< K, V >, including all inherited members.

Add(COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::ON_GROW_RESERVE_CAPACITY)MapBase0< MapInterface< K, V >, K, V, EmptyClass, DefaultCompare >
Alloc(MAXON_SOURCE_LOCATION_DECLARATION)MapInterface< K, V >privatestatic
Alloc(MAXON_SOURCE_LOCATION_DECLARATION, const MapInterface &src)MapInterface< K, V >privatestatic
Append(const K &key)MapBase0< MapInterface< K, V >, K, V, EmptyClass, DefaultCompare >
Append(const PAIR &pair)MapBase0< MapInterface< K, V >, K, V, EmptyClass, DefaultCompare >
AppendAll(COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::ON_GROW_RESERVE_CAPACITY)MapBase0< MapInterface< K, V >, K, V, EmptyClass, DefaultCompare >
AppendAllImpl(COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags, Bool overwrite, OverloadRank0)BaseCollection< COLLECTION, SUPER >
AppendAllInverse(COLLECTION2 &&other)MapBase0< MapInterface< K, V >, K, V, EmptyClass, DefaultCompare >
AssertCast()MapInterface< K, V >
AssertCast() constMapInterface< K, V >
AssertType() constMapInterface< K, V >
BaseCollection(ARGS &&... args)BaseCollection< COLLECTION, SUPER >explicit
Begin() constMapInterface< K, V >
Begin()MapInterface< K, V >
Clone(Bool copyContent=true) constMapInterface< K, V >
constMapInterface< K, V >
ConstIterator typedefMapInterface< K, V >
Contains(typename ByValueParam< K >::type key) constMapBase0< MapInterface< K, V >, K, V, EmptyClass, DefaultCompare >
Contains(const PAIR &pair) constMapBase0< MapInterface< K, V >, K, V, EmptyClass, DefaultCompare >
ContainsAll(COLLECTION2 &&other) constBaseCollection< COLLECTION, SUPER >
ContainsAllImpl(COLLECTION2 &&other, OverloadRank0) constMapBase0< MapInterface< K, V >, K, V, EmptyClass, DefaultCompare >
CopyFrom(const MapInterface &other)MapInterface< K, V >
MapBase0< MapInterface< K, V >, K, V, EmptyClass, 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 >
DeleteReturnType01MapInterface< K, V >
DeleteReturnType02MapInterface< K, V >
DeleteReturnType03MapInterface< K, V >
End() constMapInterface< K, V >
End()MapInterface< K, V >
Erase(const K &key)MapInterface< K, V >
Erase(const Iterator &iterator)MapInterface< K, V >
FindValue(const K &key)MapInterface< K, V >
FindValue(const K &key) constMapInterface< K, V >
Flush()MapInterface< K, V >
GetCount() constMapInterface< K, V >
GetHashCode() constMapBase0< MapInterface< K, V >, K, V, EmptyClass, DefaultCompare >
GetKeyDataType() constMapInterface< K, V >
GetMapKey(const K &key)MapBase0< MapInterface< K, V >, K, V, EmptyClass, DefaultCompare >static
GetMapKey(const PAIR &pair)MapBase0< MapInterface< K, V >, K, V, EmptyClass, DefaultCompare >static
GetMemorySize() constMapInterface< K, V >
GetUniqueHashCode() constMapBase0< MapInterface< K, V >, K, V, EmptyClass, DefaultCompare >
GetValueDataType() constMapInterface< K, V >
HasType() constMapInterface< K, V >
Insert(const K &key, VALUE &&value, Bool &created=BoolLValue())MapInterface< K, V >
Insert(K &&key, VALUE &&value, Bool &created=BoolLValue())MapInterface< K, V >
InsertKey(const K &key, Bool &created=BoolLValue())MapInterface< K, V >
InsertKey(K &&key, Bool &created=BoolLValue())MapInterface< K, V >
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() constMapInterface< K, V >
IsEqual(const COLLECTION2 &other, COMPARE &&cmp=COMPARE()) constBaseCollection< COLLECTION, SUPER >
IsEqualImpl(const COLLECTION2 &other, COMPARE &&cmp, OverloadRank0) constMapBase0< MapInterface< K, V >, K, V, EmptyClass, DefaultCompare >
IsPopulated() constMapInterface< K, V >
Iterator typedefMapInterface< K, V >
IteratorFree(Iterator *it) constMapInterface< K, V >private
IteratorFree(ConstIterator *it) constMapInterface< K, V >private
IteratorGet(const Iterator *it) constMapInterface< K, V >private
IteratorGet(const ConstIterator *it) constMapInterface< K, V >private
IteratorInc(Iterator *it) constMapInterface< K, V >private
IteratorInc(ConstIterator *it) constMapInterface< K, V >private
IteratorInit(Iterator *it, Bool end)MapInterface< K, V >private
IteratorInit(ConstIterator *it, Bool end) constMapInterface< K, V >private
IteratorInitMove(Iterator *dest, Iterator *src) constMapInterface< K, V >private
IteratorInitMove(ConstIterator *dest, ConstIterator *src) constMapInterface< K, V >private
IteratorIsEqual(const Iterator *a, const Iterator *b) constMapInterface< K, V >private
IteratorIsEqual(const ConstIterator *a, const ConstIterator *b) constMapInterface< K, V >private
KeyType typedefMapInterface< K, V >
KINDMapBase0< MapInterface< K, V >, K, V, EmptyClass, DefaultCompare >static
MapBase0(ARGS &&... args)MapBase0< MapInterface< K, V >, K, V, EmptyClass, DefaultCompare >explicit
MapImpl classMapInterface< K, V >friend
MapType typedefMapBase0< MapInterface< K, V >, K, V, EmptyClass, DefaultCompare >
MAXON_ADD_TO_CONST_REFERENCE_CLASS(HashInt GetHashCode() const { CriticalStop("Not implemented.");return 0;};)MapInterface< K, V >
MAXON_INTERFACE_SIMPLE_VIRTUAL(MapInterface, MAXON_REFERENCE_COPY_ON_WRITE)MapInterface< K, V >private
operator const MapInterface< Generic, typename std::conditional< STD_IS_REPLACEMENT(same, const V, const Generic)MapInterface< K, V >
operator const MapInterface< K, const V > &() constMapInterface< K, V >
operator const NonConstMap< Generic, typename std::conditional< STD_IS_REPLACEMENT(same, V, Generic)MapInterface< K, V >
operator const NonConstMap< K, V > &()MapInterface< K, V >
operator MapInterface< Generic, typename std::conditional< STD_IS_REPLACEMENT(same, V, Generic)MapInterface< K, V >
operator!=(const COLLECTION2 &other) constBaseCollection< COLLECTION, SUPER >
operator==(const COLLECTION2 &other) constBaseCollection< COLLECTION, SUPER >
Reset()MapInterface< K, V >
Subtract(COLLECTION2 &&other)BaseCollection< COLLECTION, SUPER >
SubtractImpl(COLLECTION2 &&other, OverloadRank0)MapBase0< MapInterface< K, V >, K, V, EmptyClass, DefaultCompare >
Super typedefMapBase0< MapInterface< K, V >, K, V, EmptyClass, DefaultCompare >
ToString(const FormatStatement *formatStatement=nullptr) constMapInterface< K, V >
ValueType typedefMapInterface< K, V >