Contains the base iterator class for the gui2 widgets. More...
#include "gui/auxiliary/iterator/policy_order.hpp"
Go to the source code of this file.
Classes | |
class | gui2::iteration::iterator< order > |
The iterator class. More... | |
Namespaces | |
gui2 | |
Generic file dialog. | |
gui2::iteration | |
Typedefs | |
template<bool visit_self, bool visit_internal, bool visit_child> | |
using | gui2::iteration::top_down_iterator = iterator< policy::order::top_down< visit_self, visit_internal, visit_child > > |
template<bool visit_self, bool visit_internal, bool visit_child> | |
using | gui2::iteration::bottom_up_iterator = iterator< policy::order::bottom_up< visit_self, visit_internal, visit_child > > |
Contains the base iterator class for the gui2 widgets.
See GUI2 Iterator. for more information.
Definition in file iterator.hpp.