The Battle for Wesnoth  1.19.0-dev
Classes | Public Types | Public Member Functions | Private Attributes | Friends | List of all members
config::all_children_iterator Struct Reference

#include <config.hpp>

Classes

struct  arrow_helper
 

Public Types

typedef any_child value_type
 
typedef std::random_access_iterator_tag iterator_category
 
typedef arrow_helper pointer
 
typedef any_child reference
 
typedef std::vector< child_pos >::iterator Itor
 
typedef Itor::difference_type difference_type
 
typedef all_children_iterator this_type
 

Public Member Functions

 all_children_iterator (const Itor &i)
 
all_children_iteratoroperator++ ()
 
all_children_iterator operator++ (int)
 
this_typeoperator-- ()
 
this_type operator-- (int)
 
reference operator* () const
 
pointer operator-> () const
 
bool operator== (const all_children_iterator &i) const
 
bool operator!= (const all_children_iterator &i) const
 
bool operator== (const const_all_children_iterator &i) const
 
bool operator!= (const const_all_children_iterator &i) const
 
this_typeoperator+= (difference_type n)
 
this_typeoperator-= (difference_type n)
 
reference operator[] (difference_type n) const
 

Private Attributes

Itor i_
 

Friends

class config
 
struct const_all_children_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)
 
difference_type operator- (const this_type &a, const this_type &b)
 
this_type operator- (const this_type &a, difference_type n)
 
this_type operator+ (const this_type &a, difference_type n)
 
this_type operator+ (difference_type n, const this_type &a)
 

Detailed Description

Definition at line 691 of file config.hpp.

Member Typedef Documentation

◆ difference_type

typedef Itor::difference_type config::all_children_iterator::difference_type

Definition at line 705 of file config.hpp.

◆ iterator_category

typedef std::random_access_iterator_tag config::all_children_iterator::iterator_category

Definition at line 701 of file config.hpp.

◆ Itor

typedef std::vector<child_pos>::iterator config::all_children_iterator::Itor

Definition at line 704 of file config.hpp.

◆ pointer

Definition at line 702 of file config.hpp.

◆ reference

Definition at line 703 of file config.hpp.

◆ this_type

Definition at line 706 of file config.hpp.

◆ value_type

Definition at line 700 of file config.hpp.

Constructor & Destructor Documentation

◆ all_children_iterator()

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

Definition at line 707 of file config.hpp.

Referenced by operator++().

Member Function Documentation

◆ operator!=() [1/2]

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

Definition at line 718 of file config.hpp.

References i, and i_.

◆ operator!=() [2/2]

bool config::all_children_iterator::operator!= ( const const_all_children_iterator i) const
inline

Definition at line 720 of file config.hpp.

References i, and i_.

◆ operator*()

config::all_children_iterator::reference config::all_children_iterator::operator* ( ) const

Definition at line 857 of file config.cpp.

References i_.

◆ operator++() [1/2]

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

Definition at line 709 of file config.hpp.

References i_.

◆ operator++() [2/2]

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

Definition at line 710 of file config.hpp.

References all_children_iterator(), and i_.

◆ operator+=()

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

Definition at line 727 of file config.hpp.

References i_, and n.

◆ operator--() [1/2]

this_type& config::all_children_iterator::operator-- ( )
inline

Definition at line 711 of file config.hpp.

References i_.

◆ operator--() [2/2]

this_type config::all_children_iterator::operator-- ( int  )
inline

Definition at line 712 of file config.hpp.

References i_.

◆ operator-=()

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

Definition at line 728 of file config.hpp.

References i_, and n.

◆ operator->()

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

Definition at line 715 of file config.hpp.

◆ operator==() [1/2]

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

Definition at line 717 of file config.hpp.

References i, and i_.

◆ operator==() [2/2]

bool config::all_children_iterator::operator== ( const const_all_children_iterator i) const
inline

Definition at line 719 of file config.hpp.

References i, and i_.

◆ operator[]()

reference config::all_children_iterator::operator[] ( difference_type  n) const
inline

Definition at line 730 of file config.hpp.

References i_, and n.

Friends And Related Function Documentation

◆ config

friend class config
friend

Definition at line 739 of file config.hpp.

◆ const_all_children_iterator

friend struct const_all_children_iterator
friend

Definition at line 740 of file config.hpp.

◆ operator+ [1/2]

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

Definition at line 733 of file config.hpp.

◆ operator+ [2/2]

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

Definition at line 734 of file config.hpp.

◆ operator- [1/2]

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

Definition at line 731 of file config.hpp.

◆ operator- [2/2]

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

Definition at line 732 of file config.hpp.

◆ operator<

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

Definition at line 722 of file config.hpp.

◆ operator<=

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

Definition at line 723 of file config.hpp.

◆ operator>

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

Definition at line 725 of file config.hpp.

◆ operator>=

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

Definition at line 724 of file config.hpp.

Member Data Documentation

◆ i_

Itor config::all_children_iterator::i_
private

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