![]() |
IOFormat 1.12.0
|
An iterator on OptionMap keys. More...
#include <ioformat/OptionMap.h>
Public Member Functions | |
| iterator (Private *p) | |
| iterator (const iterator &other) | |
| iterator & | operator= (const iterator &other) |
| iterator (iterator &&other) noexcept | |
| iterator & | operator= (iterator &&other) noexcept |
| const std::string & | operator* () const |
| const std::string * | operator-> () const |
| iterator & | operator++ () |
| iterator | operator++ (int) |
| bool | operator== (const iterator &other) const |
| bool | operator!= (const iterator &other) const |
An iterator on OptionMap keys.