The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Public Attributes | List of all members
game_events::pump_impl Struct Reference

Public Member Functions

 pump_impl (manager &man)
 

Public Attributes

std::vector< queued_eventevents_queue
 
std::stringstream wml_messages_stream
 
std::stack< context::statecontexts_
 
unsigned instance_count
 
managermy_manager
 

Detailed Description

Definition at line 83 of file pump.cpp.

Constructor & Destructor Documentation

◆ pump_impl()

game_events::pump_impl::pump_impl ( manager man)
inline

Definition at line 95 of file pump.cpp.

References contexts_.

Member Data Documentation

◆ contexts_

std::stack<context::state> game_events::pump_impl::contexts_

Definition at line 89 of file pump.cpp.

Referenced by pump_impl().

◆ events_queue

std::vector<queued_event> game_events::pump_impl::events_queue

Definition at line 85 of file pump.cpp.

◆ instance_count

unsigned game_events::pump_impl::instance_count

Definition at line 91 of file pump.cpp.

◆ my_manager

manager* game_events::pump_impl::my_manager

Definition at line 93 of file pump.cpp.

◆ wml_messages_stream

std::stringstream game_events::pump_impl::wml_messages_stream

Definition at line 87 of file pump.cpp.


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