#include <registrybase.h>

An Iterator is returned by GetEntries() to iterate over all registered entries of an registry. If allows only uni-directional iteration and supports the foreach-protocol.
Public Member Functions | |
| IteratorTemplate () | |
| IteratorTemplate (IteratorTemplate &&src) | |
| void | operator++ () |
| void | operator++ (int) |
| operator Bool () const | |
| const Id & | GetId () const |
Public Member Functions inherited from ForEachIterator< IteratorTemplate< IT >, IT > | |
| MAXON_ATTRIBUTE_FORCE_INLINE | ForEachIterator (ARGS &&... args) |
| String | ToString (const FormatStatement *formatStatement=nullptr) |
| IteratorTemplate< IT > & | Find (const T &v) |
| Int | FindIndex (const T &v) |
| MAXON_ATTRIBUTE_FORCE_INLINE Bool | Contains (const T &v) const |
| MAXON_ATTRIBUTE_FORCE_INLINE Wrapper | begin () |
| MAXON_ATTRIBUTE_FORCE_INLINE Wrapper | begin () const |
Private Member Functions | |
| IteratorTemplate (RegistryEntryIteratorInterface *it) | |
| MAXON_DISALLOW_COPY_AND_ASSIGN (IteratorTemplate) | |
Friends | |
| class | Registry |
Additional Inherited Members | |
Public Types inherited from ForEachIterator< IteratorTemplate< IT >, IT > | |
| using | IsForEachIterator = std::true_type |
Static Public Member Functions inherited from ForEachIterator< IteratorTemplate< IT >, IT > | |
| static MAXON_ATTRIBUTE_FORCE_INLINE | PRIVATE_MAXON_RBF_SENTINEL (Wrapper) end() |
| IteratorTemplate | ( | ) |
| IteratorTemplate | ( | IteratorTemplate< IT > && | src | ) |
|
explicitprivate |
| void operator++ | ( | ) |
| void operator++ | ( | int | ) |
|
explicit |
| const Id& GetId | ( | ) | const |
|
private |
|
friend |