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::texecutor Class Reference

Helper to make removing a timer in a callback safe. More...

Public Member Functions

 texecutor (size_t id)
 
 ~texecutor ()
 

Detailed Description

Helper to make removing a timer in a callback safe.

Upon creation it sets the executing id and clears the remove request flag.

If an remove_timer() is called for the id being executed it requests a remove the timer and exits remove_timer().

Upon destruction it tests whether there was a request to remove the id and does so. It also clears the executing id. It leaves the remove request flag since the execution function needs to know whether or not the event was removed.

Definition at line 63 of file timer.cpp.

Constructor & Destructor Documentation

gui2::texecutor::texecutor ( size_t  id)
inline

Definition at line 66 of file timer.cpp.

References gui2::id.

gui2::texecutor::~texecutor ( )
inline

Definition at line 72 of file timer.cpp.

References gui2::executing_id, and gui2::remove_timer().


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