EvEmu
0.8.4
11 September 2021
|
Public Member Functions | |
PyCallable_Make_Dispatcher (CharMgrBound) | |
CharMgrBound (PyServiceMgr *mgr, uint32 ownerID, uint16 contFlag) | |
virtual | ~CharMgrBound () |
virtual void | Release () |
PyCallable_DECL_CALL (List) | |
PyCallable_DECL_CALL (ListStations) | |
PyCallable_DECL_CALL (ListStationItems) | |
PyCallable_DECL_CALL (ListStationBlueprintItems) | |
![]() | |
PyBoundObject (PyServiceMgr *mgr) | |
virtual | ~PyBoundObject () |
uint32 | nodeID () const |
uint32 | bindID () const |
std::string | GetBindStr () const |
const char * | GetName () const |
virtual PyResult | Call (const std::string &method, PyCallArgs &args) |
![]() | |
PyCallable () | |
virtual | ~PyCallable () |
Protected Attributes | |
Dispatcher *const | m_dispatch |
uint32 | m_ownerID |
uint16 | m_containerFlag |
![]() | |
PyServiceMgr *const | m_manager |
std::string | m_strBoundObjectName |
Additional Inherited Members | |
![]() | |
void | _SetNodeBindID (uint32 nodeID, uint32 bindID) |
![]() | |
void | _SetCallDispatcher (CallDispatcher *d) |
Definition at line 38 of file CharMgrService.cpp.
|
inline |
Definition at line 44 of file CharMgrService.cpp.
References PyCallable::_SetCallDispatcher(), m_dispatch, PyBoundObject::m_strBoundObjectName, and PyCallable_REG_CALL.
|
inlinevirtual |
CharMgrBound::PyCallable_DECL_CALL | ( | List | ) |
CharMgrBound::PyCallable_DECL_CALL | ( | ListStations | ) |
CharMgrBound::PyCallable_DECL_CALL | ( | ListStationItems | ) |
CharMgrBound::PyCallable_DECL_CALL | ( | ListStationBlueprintItems | ) |
CharMgrBound::PyCallable_Make_Dispatcher | ( | CharMgrBound | ) |
|
inlinevirtual |
Implements PyBoundObject.
Definition at line 62 of file CharMgrService.cpp.
|
protected |
Definition at line 76 of file CharMgrService.cpp.
|
protected |
Definition at line 73 of file CharMgrService.cpp.
Referenced by CharMgrBound(), and ~CharMgrBound().
|
protected |
Definition at line 75 of file CharMgrService.cpp.