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

#include <config.hpp>

Public Member Functions

 child_pos (child_map::iterator p, unsigned i)
 
bool operator== (const child_pos &o) const
 
bool operator!= (const child_pos &o) const
 

Public Attributes

child_map::iterator pos
 
unsigned index
 

Detailed Description

Definition at line 616 of file config.hpp.

Constructor & Destructor Documentation

config::child_pos::child_pos ( child_map::iterator  p,
unsigned  i 
)
inline

Definition at line 618 of file config.hpp.

Member Function Documentation

bool config::child_pos::operator!= ( const child_pos o) const
inline

Definition at line 623 of file config.hpp.

References operator==().

bool config::child_pos::operator== ( const child_pos o) const
inline

Definition at line 622 of file config.hpp.

References index, and pos.

Referenced by operator!=().

Member Data Documentation

unsigned config::child_pos::index

Definition at line 620 of file config.hpp.

Referenced by operator==().

child_map::iterator config::child_pos::pos

Definition at line 619 of file config.hpp.

Referenced by operator==().


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