The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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
 
size_t internal_wml_tracking
 The value returned by wml_tracking();. More...
 
std::stringstream wml_messages_stream
 
std::stack< context::statecontexts_
 
unsigned instance_count
 
managermy_manager
 

Detailed Description

Definition at line 92 of file pump.cpp.

Constructor & Destructor Documentation

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

Definition at line 106 of file pump.cpp.

Member Data Documentation

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

Definition at line 100 of file pump.cpp.

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

Definition at line 93 of file pump.cpp.

unsigned game_events::pump_impl::instance_count

Definition at line 102 of file pump.cpp.

size_t game_events::pump_impl::internal_wml_tracking

The value returned by wml_tracking();.

Definition at line 96 of file pump.cpp.

manager* game_events::pump_impl::my_manager

Definition at line 104 of file pump.cpp.

std::stringstream game_events::pump_impl::wml_messages_stream

Definition at line 98 of file pump.cpp.


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