This policy tries to visit the current level. More...
#include <policy_visit.hpp>
Public Member Functions | |
twalker_::tstate | next (twalker_ &visitor) |
Acts like twalker_::next for the level where the policy is used. More... | |
bool | at_end (const twalker_ &visitor) const |
Acts like twalker_::at_end for the level where the policy is used. More... | |
gui2::twidget * | get (twalker_ &visitor) |
Acts like twalker_::get for the level where the policy is used. More... | |
This policy tries to visit the current level.
level | The level to visit. |
Definition at line 71 of file policy_visit.hpp.
|
inline |
Acts like twalker_::at_end for the level where the policy is used.
Definition at line 85 of file policy_visit.hpp.
References gui2::iterator::twalker_::at_end().
|
inline |
Acts like twalker_::get for the level where the policy is used.
Definition at line 93 of file policy_visit.hpp.
|
inline |
Acts like twalker_::next for the level where the policy is used.
Definition at line 77 of file policy_visit.hpp.
References gui2::iterator::twalker_::next().