#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 |
Definition at line 616 of file config.hpp.
|
inline |
Definition at line 618 of file config.hpp.
|
inline |
Definition at line 623 of file config.hpp.
References operator==().
|
inline |
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==().