|
| MultiEntryIterator (EntryType *e) |
|
| MultiEntryIterator (MultiEntryIterator &&src) |
|
void | operator++ () |
|
| operator Bool () const |
|
EntryType & | operator* () const |
|
EntryType * | operator-> () const |
|
EntryType & | GetEntry () const |
|
const K & | GetKey () const |
|
ConstIf< V, CONSTITERATOR >::type & | GetValue () const |
|
MAXON_ATTRIBUTE_FORCE_INLINE | ForEachIterator (ARGS &&... args) |
|
String | ToString (const FormatStatement *formatStatement=nullptr) |
|
MultiEntryIterator< CONSTITERATOR > & | Find (const T &v) |
|
Int | FindIndex (const T &v) |
|
MAXON_ATTRIBUTE_FORCE_INLINE Bool | Contains (const T &v) |
|
MAXON_ATTRIBUTE_FORCE_INLINE Wrapper | begin () |
|