Claw
1.7.3
|
This class is an iterator on the values set for a same field name. More...
#include <configuration_file.hpp>
Public Member Functions | |
const_field_iterator (wrapped_iterator_type it) | |
bool | operator== (const const_field_iterator &that) const |
bool | operator!= (const const_field_iterator &that) const |
const_field_iterator & | operator++ () |
const_field_iterator | operator++ (int) |
const_field_iterator & | operator-- () |
const_field_iterator | operator-- (int) |
reference | operator* () const |
pointer | operator-> () const |
This class is an iterator on the values set for a same field name.
Definition at line 104 of file configuration_file.hpp.