|
using | iterator_category = std::forward_iterator_tag |
|
using | value_type = KeyValue |
|
using | difference_type = void |
|
using | pointer = const KeyValue * |
|
using | reference = const KeyValue & |
|
|
| Iterator (const Iterator &)=default |
|
CXXOPTS_DIAGNOSTIC_PUSH | Iterator (const ParseResult *pr, bool end=false) |
|
CXXOPTS_DIAGNOSTIC_POP Iterator & | operator++ () |
|
Iterator | operator++ (int) |
|
bool | operator== (const Iterator &other) const |
|
bool | operator!= (const Iterator &other) const |
|
const KeyValue & | operator* () |
|
const KeyValue * | operator-> () |
|
The documentation for this class was generated from the following file: