22 #ifndef GUI_WIDGETS_AUXILIARY_ITERATOR_ITERATOR_HPP_INCLUDED
23 #define GUI_WIDGETS_AUXILIARY_ITERATOR_ITERATOR_HPP_INCLUDED
38 template <
class order>
60 return order::at_end();
GLuint GLdouble GLdouble GLint GLint order
titerator(twidget &root)
Constructor.
bool next()
Visit the next widget.
twidget & operator*()
Returns the current widget.
A class inherited from ttext_box that displays its input as stars.
twidget * operator->()
See operator*.
titerator< order > & operator++()
See next.
tfloat< T, S > operator*(tfloat< T, S > lhs, const tfloat< T, S > rhs)
bool at_end() const
Has the iterator reached the end?