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 440 of file grid.hpp.
Referenced by operator++(), and operator--().
|
inline |
|
inline |
|
inline |
Definition at line 444 of file grid.hpp.
References iterator(), and itor_.
|
inline |
Definition at line 449 of file grid.hpp.
References iterator(), and itor_.
|
inline |
|
inline |
Definition at line 475 of file grid.hpp.
Referenced by operator!=(), operator*(), operator++(), operator--(), operator->(), and operator==().