The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Types | Public Member Functions | Private Attributes | Friends | List of all members
config::child_iterator Struct Reference

#include <config.hpp>

Public Types

typedef config value_type
 
typedef
std::random_access_iterator_tag 
iterator_category
 
typedef int difference_type
 
typedef configpointer
 
typedef configreference
 
typedef child_list::iterator Itor
 
typedef child_iterator this_type
 

Public Member Functions

 child_iterator (const Itor &i)
 
child_iteratoroperator++ ()
 
child_iterator operator++ (int)
 
child_iteratoroperator-- ()
 
child_iterator operator-- (int)
 
configoperator* () const
 
configoperator-> () const
 
bool operator== (const child_iterator &i) const
 
bool operator!= (const child_iterator &i) const
 
this_typeoperator+= (Itor::difference_type n)
 
this_typeoperator-= (Itor::difference_type n)
 
configoperator[] (Itor::difference_type n) const
 

Private Attributes

Itor i_
 

Friends

struct const_child_iterator
 
bool operator< (const this_type &a, const this_type &b)
 
bool operator<= (const this_type &a, const this_type &b)
 
bool operator>= (const this_type &a, const this_type &b)
 
bool operator> (const this_type &a, const this_type &b)
 
Itor::difference_type operator- (const this_type &a, const this_type &b)
 
this_type operator- (const this_type &a, Itor::difference_type n)
 
this_type operator+ (const this_type &a, Itor::difference_type n)
 
this_type operator+ (Itor::difference_type n, const this_type &a)
 

Detailed Description

Definition at line 132 of file config.hpp.

Member Typedef Documentation

Definition at line 136 of file config.hpp.

typedef std::random_access_iterator_tag config::child_iterator::iterator_category

Definition at line 135 of file config.hpp.

typedef child_list::iterator config::child_iterator::Itor

Definition at line 139 of file config.hpp.

Definition at line 137 of file config.hpp.

Definition at line 138 of file config.hpp.

Definition at line 140 of file config.hpp.

Definition at line 134 of file config.hpp.

Constructor & Destructor Documentation

config::child_iterator::child_iterator ( const Itor i)
inlineexplicit

Definition at line 141 of file config.hpp.

Referenced by operator++(), and operator--().

Member Function Documentation

bool config::child_iterator::operator!= ( const child_iterator i) const
inline

Definition at line 152 of file config.hpp.

References i_.

config& config::child_iterator::operator* ( ) const
inline

Definition at line 148 of file config.hpp.

References i_.

child_iterator& config::child_iterator::operator++ ( )
inline

Definition at line 143 of file config.hpp.

References i_.

child_iterator config::child_iterator::operator++ ( int  )
inline

Definition at line 144 of file config.hpp.

References child_iterator(), and i_.

this_type& config::child_iterator::operator+= ( Itor::difference_type  n)
inline

Definition at line 159 of file config.hpp.

References i_.

child_iterator& config::child_iterator::operator-- ( )
inline

Definition at line 145 of file config.hpp.

References i_.

child_iterator config::child_iterator::operator-- ( int  )
inline

Definition at line 146 of file config.hpp.

References child_iterator(), and i_.

this_type& config::child_iterator::operator-= ( Itor::difference_type  n)
inline

Definition at line 160 of file config.hpp.

References i_.

config* config::child_iterator::operator-> ( ) const
inline

Definition at line 149 of file config.hpp.

References i_.

bool config::child_iterator::operator== ( const child_iterator i) const
inline

Definition at line 151 of file config.hpp.

References i_.

config& config::child_iterator::operator[] ( Itor::difference_type  n) const
inline

Definition at line 162 of file config.hpp.

References i_.

Friends And Related Function Documentation

friend struct const_child_iterator
friend

Definition at line 169 of file config.hpp.

this_type operator+ ( const this_type a,
Itor::difference_type  n 
)
friend

Definition at line 165 of file config.hpp.

this_type operator+ ( Itor::difference_type  n,
const this_type a 
)
friend

Definition at line 166 of file config.hpp.

Itor::difference_type operator- ( const this_type a,
const this_type b 
)
friend

Definition at line 163 of file config.hpp.

this_type operator- ( const this_type a,
Itor::difference_type  n 
)
friend

Definition at line 164 of file config.hpp.

bool operator< ( const this_type a,
const this_type b 
)
friend

Definition at line 154 of file config.hpp.

bool operator<= ( const this_type a,
const this_type b 
)
friend

Definition at line 155 of file config.hpp.

bool operator> ( const this_type a,
const this_type b 
)
friend

Definition at line 157 of file config.hpp.

bool operator>= ( const this_type a,
const this_type b 
)
friend

Definition at line 156 of file config.hpp.

Member Data Documentation

Itor config::child_iterator::i_
private

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