![]() |
P4C
The P4 Compiler
|
#include <enumerator.h>
Public Types | |
| using | difference_type = std::ptrdiff_t |
| using | iterator_category = std::input_iterator_tag |
| using | pointer = void |
| using | reference = T |
| using | value_type = T |
Public Member Functions | |
| bool | operator!= (const EnumeratorHandle< T > &other) const |
| reference | operator* () const |
| const EnumeratorHandle< T > & | operator++ () |
Friends | |
| class | Enumerator< T > |
This class provides support for C++-style range for loops Enumerator<T>* e; for (auto a : *e) ...