ArrayMap< K, V, SORTED, COMPARE, ARRAY > Member List

This is the complete list of members for ArrayMap< K, V, SORTED, COMPARE, ARRAY > , including all inherited members.

添加 (COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::ON_GROW_RESERVE_CAPACITY) MapBase0< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, K, V, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array, DefaultCompare >
Append (const K &key) MapBase0< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, K, V, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array, DefaultCompare >
Append (const PAIR &pair) MapBase0< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, K, V, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array, DefaultCompare >
AppendAll (COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::ON_GROW_RESERVE_CAPACITY) MapBase0< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, K, V, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array, DefaultCompare >
AppendAllImpl (COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags, Bool overwrite, OverloadRank0) BaseCollection< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array >
AppendAllInverse (COLLECTION2 &&other) MapBase0< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, K, V, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array, DefaultCompare >
ArrayMap () ArrayMap< K, V, SORTED, COMPARE, ARRAY >
ArrayMap (ArrayMap &&src) ArrayMap< K, V, SORTED, COMPARE, ARRAY >
ArrayType typedef ArrayMap< K, V, SORTED, COMPARE, ARRAY >
BaseCollection (ARGS &&... args) BaseCollection< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array > explicit
Begin () ArrayMap< K, V, SORTED, COMPARE, ARRAY >
Begin () const ArrayMap< K, V, SORTED, COMPARE, ARRAY >
ConstIterator typedef ArrayMap< K, V, SORTED, COMPARE, ARRAY >
ConstKeyIterator typedef ArrayMap< K, V, SORTED, COMPARE, ARRAY >
ConstValueIterator typedef ArrayMap< K, V, SORTED, COMPARE, ARRAY >
Contains (typename ByValueParam< K >::type key) const MapBase0< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, K, V, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array, DefaultCompare >
Contains (const PAIR &pair) const MapBase0< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, K, V, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array, DefaultCompare >
ContainsAll (COLLECTION2 &&other) const BaseCollection< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array >
ContainsAllImpl (COLLECTION2 &&other, OverloadRank0) const MapBase0< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, K, V, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array, DefaultCompare >
CopyFrom (COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags=COLLECTION_RESIZE_FLAGS::FIT_TO_SIZE) BaseCollection< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array >
CopyFromImpl (COLLECTION2 &&other, COLLECTION_RESIZE_FLAGS resizeFlags, OverloadRank0) BaseCollection< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array >
End () ArrayMap< K, V, SORTED, COMPARE, ARRAY >
End () const ArrayMap< K, V, SORTED, COMPARE, ARRAY >
Entry typedef ArrayMap< K, V, SORTED, COMPARE, ARRAY >
Erase (const K &key) ArrayMap< K, V, SORTED, COMPARE, ARRAY >
Erase (const IteratorTemplate< false, SUPER > &position, Int eraseCnt=1) ArrayMap< K, V, SORTED, COMPARE, ARRAY >
Find (const K &key) ArrayMap< K, V, SORTED, COMPARE, ARRAY >
Find (const K &key) const ArrayMap< K, V, SORTED, COMPARE, ARRAY >
FindCeiling (const K &key) ArrayMap< K, V, SORTED, COMPARE, ARRAY >
FindCeiling (const K &key) const ArrayMap< K, V, SORTED, COMPARE, ARRAY >
FindFloor (const K &key) ArrayMap< K, V, SORTED, COMPARE, ARRAY >
FindFloor (const K &key) const ArrayMap< K, V, SORTED, COMPARE, ARRAY >
FindValue (const KEY &key) const ArrayMap< K, V, SORTED, COMPARE, ARRAY >
FindValue (const KEY &key) ArrayMap< K, V, SORTED, COMPARE, ARRAY >
GetEntry (const V *value) ArrayMap< K, V, SORTED, COMPARE, ARRAY > static
GetEntry (typename std::remove_const< V >::type *value) ArrayMap< K, V, SORTED, COMPARE, ARRAY > static
GetHashCode () const MapBase0< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, K, V, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array, DefaultCompare >
GetKeys () ArrayMap< K, V, SORTED, COMPARE, ARRAY >
GetKeys () const ArrayMap< K, V, SORTED, COMPARE, ARRAY >
GetMapKey (const K &key) MapBase0< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, K, V, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array, DefaultCompare > static
GetMapKey (const PAIR &pair) MapBase0< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, K, V, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array, DefaultCompare > static
GetOperationCountForSearch () const ArrayMap< K, V, SORTED, COMPARE, ARRAY >
GetUnderlyingArray () const ArrayMap< K, V, SORTED, COMPARE, ARRAY >
GetUnderlyingArray () ArrayMap< K, V, SORTED, COMPARE, ARRAY >
GetValues () ArrayMap< K, V, SORTED, COMPARE, ARRAY >
GetValues () const ArrayMap< K, V, SORTED, COMPARE, ARRAY >
Insert (const K &key, const V &value, Bool &created=BoolLValue()) ArrayMap< K, V, SORTED, COMPARE, ARRAY >
Insert (K &&key, const V &value, Bool &created=BoolLValue()) ArrayMap< K, V, SORTED, COMPARE, ARRAY >
Insert (const K &key, V &&value, Bool &created=BoolLValue()) ArrayMap< K, V, SORTED, COMPARE, ARRAY >
Insert (K &&key, V &&value, Bool &created=BoolLValue()) ArrayMap< K, V, SORTED, COMPARE, ARRAY >
InsertEntry (const K &key, Bool &created=BoolLValue()) ArrayMap< K, V, SORTED, COMPARE, ARRAY >
InsertEntry (K &&key, Bool &created=BoolLValue()) ArrayMap< K, V, SORTED, COMPARE, ARRAY >
InsertKey (const K &key, Bool &created=BoolLValue()) ArrayMap< K, V, SORTED, COMPARE, ARRAY >
InsertKey (K &&key, Bool &created=BoolLValue()) ArrayMap< K, V, SORTED, COMPARE, ARRAY >
Intersect (const COLLECTION2 &other) BaseCollection< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array >
IntersectImpl (COLLECTION2 &&other, OverloadRank0) BaseCollection< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array >
Intersects (const COLLECTION2 &other) const BaseCollection< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array >
IsArrayMap typedef ArrayMap< K, V, SORTED, COMPARE, ARRAY >
IsCollection typedef BaseCollection< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array >
IsEmpty () const BaseCollection< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array >
IsEqual (const COLLECTION2 &other, COMPARE &&cmp=COMPARE()) const BaseCollection< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array >
IsEqualImpl (const MAP &b, CMP &&cmp, OverloadRank1) const ArrayMap< K, V, SORTED, COMPARE, ARRAY >
MapBase< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, K, V, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array, DefaultCompare >::IsEqualImpl (const COLLECTION2 &other, COMPARE &&cmp, OverloadRank0) const MapBase0< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, K, V, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array, DefaultCompare >
IsPopulated () const BaseCollection< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array >
Iterator typedef ArrayMap< K, V, SORTED, COMPARE, ARRAY >
IteratorBase typedef ArrayMap< K, V, SORTED, COMPARE, ARRAY >
KeyIterator typedef ArrayMap< K, V, SORTED, COMPARE, ARRAY >
KeyType typedef MapBase0< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, K, V, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array, DefaultCompare >
KIND MapBase0< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, K, V, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array, DefaultCompare > static
MapBase (ARGS &&... args) MapBase< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, K, V, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array, DefaultCompare > explicit
MapBase0 (ARGS &&... args) MapBase0< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, K, V, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array, DefaultCompare > explicit
MapType typedef MapBase0< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, K, V, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array, DefaultCompare >
MAXON_OPERATOR_MOVE_ASSIGNMENT (ArrayMap) ArrayMap< K, V, SORTED, COMPARE, ARRAY >
operator MapImpl< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> > & > () MapBase< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, K, V, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array, DefaultCompare >
operator MapImpl< const ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> > & > () const MapBase< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, K, V, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array, DefaultCompare >
operator!= (const COLLECTION2 &other) const BaseCollection< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array >
operator== (const COLLECTION2 &other) const BaseCollection< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array >
Subtract (COLLECTION2 &&other) BaseCollection< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array >
SubtractImpl (COLLECTION2 &&other, OverloadRank0) MapBase0< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, K, V, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array, DefaultCompare >
Super typedef ArrayMap< K, V, SORTED, COMPARE, ARRAY >
ToMap () MapBase< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, K, V, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array, DefaultCompare >
ToMap () const MapBase< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, K, V, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array, DefaultCompare >
ToString (const FormatStatement *formatStatement=nullptr) const BaseCollection< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array >
ValueIterator typedef ArrayMap< K, V, SORTED, COMPARE, ARRAY >
ValueType typedef MapBase0< ArrayMap< K, V, true, DefaultCompare, BaseArraySelector<> >, K, V, ArrayMapHelper< K, V, true, DefaultCompare, BaseArraySelector<> >::Array, DefaultCompare >