The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Attributes | List of all members
game_events::context::scoped Class Reference

Public Member Functions

 scoped (std::stack< context::state > &contexts, bool m=true)
 
 ~scoped ()
 

Private Attributes

std::stack< context::state > & contexts_
 

Detailed Description

Definition at line 83 of file pump.cpp.

Constructor & Destructor Documentation

game_events::context::scoped::scoped ( std::stack< context::state > &  contexts,
bool  m = true 
)

Definition at line 412 of file pump.cpp.

References contexts_.

game_events::context::scoped::~scoped ( )

Definition at line 422 of file pump.cpp.

Member Data Documentation

std::stack<context::state>& game_events::context::scoped::contexts_
private

Definition at line 88 of file pump.cpp.

Referenced by scoped().


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