The Battle for Wesnoth  1.19.0-dev
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 configpointer
 
typedef configreference
 
typedef child_list::iterator Itor
 
typedef Itor::difference_type difference_type
 
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)
 
reference operator* () const
 
pointer operator-> () const
 
bool operator== (const child_iterator &i) const
 
bool operator!= (const child_iterator &i) const
 
bool operator== (const const_child_iterator &i) const
 
bool operator!= (const 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 197 of file config.hpp.

Member Typedef Documentation

◆ difference_type

typedef Itor::difference_type config::child_iterator::difference_type

Definition at line 204 of file config.hpp.

◆ iterator_category

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

Definition at line 200 of file config.hpp.

◆ Itor

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

Definition at line 203 of file config.hpp.

◆ pointer

Definition at line 201 of file config.hpp.

◆ reference

Definition at line 202 of file config.hpp.

◆ this_type

Definition at line 205 of file config.hpp.

◆ value_type

Definition at line 199 of file config.hpp.

Constructor & Destructor Documentation

◆ child_iterator()

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

Definition at line 206 of file config.hpp.

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

Member Function Documentation

◆ operator!=() [1/2]

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

Definition at line 217 of file config.hpp.

References i, and i_.

◆ operator!=() [2/2]

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

Definition at line 219 of file config.hpp.

References i.

◆ operator*()

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

Definition at line 213 of file config.hpp.

References i_.

◆ operator++() [1/2]

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

Definition at line 208 of file config.hpp.

References i_.

◆ operator++() [2/2]

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

Definition at line 209 of file config.hpp.

References child_iterator(), and i_.

◆ operator+=()

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

Definition at line 226 of file config.hpp.

References i_, and n.

◆ operator--() [1/2]

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

Definition at line 210 of file config.hpp.

References i_.

◆ operator--() [2/2]

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

Definition at line 211 of file config.hpp.

References child_iterator(), and i_.

◆ operator-=()

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

Definition at line 227 of file config.hpp.

References i_, and n.

◆ operator->()

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

Definition at line 214 of file config.hpp.

References i_.

◆ operator==() [1/2]

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

Definition at line 216 of file config.hpp.

References i, and i_.

◆ operator==() [2/2]

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

Definition at line 218 of file config.hpp.

References i.

◆ operator[]()

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

Definition at line 229 of file config.hpp.

References i_, and n.

Friends And Related Function Documentation

◆ const_child_iterator

friend struct const_child_iterator
friend

Definition at line 236 of file config.hpp.

◆ operator+ [1/2]

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

Definition at line 232 of file config.hpp.

◆ operator+ [2/2]

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

Definition at line 233 of file config.hpp.

◆ operator- [1/2]

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

Definition at line 230 of file config.hpp.

◆ operator- [2/2]

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

Definition at line 231 of file config.hpp.

◆ operator<

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

Definition at line 221 of file config.hpp.

◆ operator<=

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

Definition at line 222 of file config.hpp.

◆ operator>

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

Definition at line 224 of file config.hpp.

◆ operator>=

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

Definition at line 223 of file config.hpp.

Member Data Documentation

◆ i_

Itor config::child_iterator::i_
private

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