The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | List of all members
gui2::iterator::policy::visit::tskip Class Reference

This policy skips the current level. More...

#include <policy_visit.hpp>

Inheritance diagram for gui2::iterator::policy::visit::tskip:
Inheritance graph

Public Member Functions

twalker_::tstate next (twalker_ &)
 Acts like twalker_::next for the level where the policy is used. More...
 
bool at_end (const twalker_ &) const
 Acts like twalker_::at_end for the level where the policy is used. More...
 
gui2::twidgetget (twalker_ &)
 Acts like twalker_::get for the level where the policy is used. More...
 

Detailed Description

This policy skips the current level.

Definition at line 37 of file policy_visit.hpp.

Member Function Documentation

bool gui2::iterator::policy::visit::tskip::at_end ( const twalker_ ) const
inline

Acts like twalker_::at_end for the level where the policy is used.

Definition at line 51 of file policy_visit.hpp.

gui2::twidget* gui2::iterator::policy::visit::tskip::get ( twalker_ )
inline

Acts like twalker_::get for the level where the policy is used.

Definition at line 59 of file policy_visit.hpp.

twalker_::tstate gui2::iterator::policy::visit::tskip::next ( twalker_ )
inline

Acts like twalker_::next for the level where the policy is used.

Definition at line 43 of file policy_visit.hpp.

References gui2::iterator::twalker_::fail.


The documentation for this class was generated from the following file: