Iterator for the child items. More...
#include <grid.hpp>
Public Member Functions | |
iterator (std::vector< child >::iterator itor) | |
iterator | operator++ () |
iterator | operator-- () |
widget * | operator-> () |
widget * | operator* () |
bool | operator== (const iterator &i) const |
bool | operator!= (const iterator &i) const |
Private Attributes | |
std::vector< child >::iterator | itor_ |
Definition at line 441 of file grid.hpp.
Referenced by operator++(), and operator--().
|
inline |
|
inline |
|
inline |
Definition at line 445 of file grid.hpp.
References iterator(), and itor_.
|
inline |
Definition at line 450 of file grid.hpp.
References iterator(), and itor_.
|
inline |
|
inline |
Definition at line 476 of file grid.hpp.
Referenced by operator!=(), operator*(), operator++(), operator--(), operator->(), and operator==().