This class is an iterator on the values set for a same field name.
More...
#include <configuration_file.hpp>
This class is an iterator on the values set for a same field name.
Definition at line 103 of file configuration_file.hpp.
◆ difference_type
typedef wrapped_iterator_type::difference_type claw::configuration_file::const_field_iterator::difference_type |
◆ iterator_category
typedef wrapped_iterator_type::iterator_category claw::configuration_file::const_field_iterator::iterator_category |
◆ pointer
typedef const value_type* claw::configuration_file::const_field_iterator::pointer |
◆ reference
typedef const value_type& claw::configuration_file::const_field_iterator::reference |
◆ value_type
typedef std::string claw::configuration_file::const_field_iterator::value_type |
◆ const_field_iterator() [1/2]
claw::configuration_file::const_field_iterator::const_field_iterator |
( |
| ) |
|
|
inline |
◆ const_field_iterator() [2/2]
claw::configuration_file::const_field_iterator::const_field_iterator |
( |
wrapped_iterator_type | it | ) |
|
|
inline |
◆ operator!=()
bool claw::configuration_file::const_field_iterator::operator!= |
( |
const const_field_iterator & | that | ) |
const |
|
inline |
◆ operator*()
reference claw::configuration_file::const_field_iterator::operator* |
( |
| ) |
const |
|
inline |
◆ operator++() [1/2]
◆ operator++() [2/2]
◆ operator--() [1/2]
◆ operator--() [2/2]
◆ operator->()
pointer claw::configuration_file::const_field_iterator::operator-> |
( |
| ) |
const |
|
inline |
◆ operator==()
bool claw::configuration_file::const_field_iterator::operator== |
( |
const const_field_iterator & | that | ) |
const |
|
inline |
The documentation for this class was generated from the following file: