The Battle for Wesnoth  1.17.17+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 75 of file pump.cpp.

Constructor & Destructor Documentation

◆ scoped()

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

Definition at line 327 of file pump.cpp.

References contexts_.

◆ ~scoped()

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

Definition at line 337 of file pump.cpp.

Member Data Documentation

◆ contexts_

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

Definition at line 82 of file pump.cpp.

Referenced by scoped().


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