|
Claw
1.7.3
|
This class is an iterator on the values set for a same field name. More...
#include <configuration_file.hpp>
Public Types | |
| typedef std::string | value_type |
| typedef wrapped_iterator_type::difference_type | difference_type |
| typedef wrapped_iterator_type::iterator_category | iterator_category |
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 |
Public Attributes | |
| const typedef value_type & | reference |
| const typedef value_type * | pointer |
This class is an iterator on the values set for a same field name.
Definition at line 104 of file configuration_file.hpp.
1.8.17