Iterator for the tchild items. More...
#include <grid.hpp>
Public Member Functions | |
iterator (std::vector< tchild >::iterator itor) | |
iterator | operator++ () |
iterator | operator-- () |
twidget * | operator-> () |
twidget * | operator* () |
bool | operator== (const iterator &i) const |
bool | operator!= (const iterator &i) const |
Private Attributes | |
std::vector< tchild >::iterator | itor_ |
Definition at line 405 of file grid.hpp.
Referenced by operator++(), and operator--().
|
inline |
|
inline |
|
inline |
Definition at line 409 of file grid.hpp.
References iterator(), and itor_.
|
inline |
Definition at line 413 of file grid.hpp.
References iterator(), and itor_.
|
inline |
|
inline |
Definition at line 437 of file grid.hpp.
Referenced by operator!=(), operator*(), operator++(), operator--(), operator->(), and operator==().