EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
CorpStationMgr.cpp File Reference
Include dependency graph for CorpStationMgr.cpp:

Go to the source code of this file.

Classes

class  CorpStationMgrIMBound
 

Functions

 PyCallable_Make_InnerDispatcher (CorpStationMgr) CorpStationMgr
 

Function Documentation

PyCallable_Make_InnerDispatcher ( CorpStationMgr  )

Definition at line 123 of file CorpStationMgr.cpp.

References m_dispatch, and PyCallable_REG_CALL.

126 : PyService(mgr, "corpStationMgr"),
127  m_dispatch(new Dispatcher(this))
128 {
129  _SetCallDispatcher(m_dispatch);
130 
131  PyCallable_REG_CALL(CorpStationMgr, GetStationServiceStates)
132  PyCallable_REG_CALL(CorpStationMgr, GetImprovementStaticData)
133 }
Dispatcher *const m_dispatch
#define PyCallable_REG_CALL(c, m)
Definition: PyServiceCD.h:78