#include <multiindex.h>
公共成员函数 |
|
| Iterator (const MultiIndex &index) | |
| Iterator ()=default | |
| operator Bool () const | |
| Bool | operator!= (const Iterator &other) const |
| void | operator++ () |
| Int | operator* () const |
Public Member Functions inherited from
ForEachIterator< Iterator >
|
|
| MAXON_ATTRIBUTE_FORCE_INLINE | ForEachIterator (ARGS &&... args) |
| String | ToString (const FormatStatement *formatStatement=nullptr) |
| Iterator & | Find (const T &v) |
| Int | FindIndex (const T &v) |
| MAXON_ATTRIBUTE_FORCE_INLINE Bool | Contains (const T &v) |
| MAXON_ATTRIBUTE_FORCE_INLINE Wrapper | begin () |
Private Attributes |
|
| INT_TYPE | _value |
| UInt | _position |
| UInt | _current |
Additional Inherited Members |
|
Public Types inherited from
ForEachIterator< Iterator >
|
|
| using | IsForEachIterator = std::true_type |
Static Public Member Functions inherited from
ForEachIterator< Iterator >
|
|
| static MAXON_ATTRIBUTE_FORCE_INLINE | PRIVATE_MAXON_RBF_SENTINEL (Wrapper) end() |
|
explicit |
|
default |
|
explicit |
| Bool operator!= | ( | const Iterator & | other | ) | const |
| void operator++ | ( | ) |
| Int operator* | ( | ) | const |
| INT_TYPE _value | private |
|
private |
|
private |