The Battle for Wesnoth  1.19.0-dev
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 72 of file pump.cpp.

Constructor & Destructor Documentation

◆ scoped()

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

Definition at line 324 of file pump.cpp.

References contexts_.

◆ ~scoped()

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

Definition at line 334 of file pump.cpp.

Member Data Documentation

◆ contexts_

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

Definition at line 79 of file pump.cpp.

Referenced by scoped().


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