Claw  1.7.3
Public Types | Public Member Functions | List of all members
claw::configuration_file::const_field_iterator Class Reference

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 const value_type & reference
 
typedef const value_type * pointer
 
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_iteratoroperator++ ()
 
const_field_iterator operator++ (int)
 
const_field_iteratoroperator-- ()
 
const_field_iterator operator-- (int)
 
reference operator* () const
 
pointer operator-> () const
 

Detailed Description

This class is an iterator on the values set for a same field name.

Definition at line 104 of file configuration_file.hpp.


The documentation for this class was generated from the following file: