![]() |
P4C
The P4 Compiler
|
Public Member Functions | |
| iterator (PairIter i) | |
| bool | operator!= (const iterator &i) const |
| decltype(*&it->second) | operator* () const |
| iterator & | operator++ () |
| iterator | operator++ (int) |
| iterator & | operator-- () |
| iterator | operator-- (int) |
| decltype(&it->second) | operator-> () const |
| iterator & | operator= (PairIter i) |
| bool | operator== (const iterator &i) const |
Public Attributes | |
| PairIter | it |