EvEmu
0.8.4
11 September 2021
|
Public Member Functions | |
PyCallable_Make_Dispatcher (RepairSvcBound) RepairSvcBound(PyServiceMgr *mgr | |
uint32 | m_dispatch (new Dispatcher(this)) |
uint32 | m_locationID (locationID) |
virtual | ~RepairSvcBound () |
virtual void | Release () |
PyCallable_DECL_CALL (GetDamageReports) | |
PyCallable_DECL_CALL (RepairItems) | |
PyCallable_DECL_CALL (DamageModules) | |
![]() | |
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 () |
Public Attributes | |
uint32 | locationID: PyBoundObject(mgr) |
Protected Attributes | |
Dispatcher *const | m_dispatch |
uint32 | m_locationID |
![]() | |
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 RepairService.cpp.
|
inlinevirtual |
uint32 RepairSvcBound::m_dispatch | ( | new | Dispatcherthis | ) |
|
inline |
Definition at line 47 of file RepairService.cpp.
References PyCallable::_SetCallDispatcher(), m_dispatch, PyBoundObject::m_strBoundObjectName, and PyCallable_REG_CALL.
RepairSvcBound::PyCallable_DECL_CALL | ( | GetDamageReports | ) |
RepairSvcBound::PyCallable_DECL_CALL | ( | RepairItems | ) |
RepairSvcBound::PyCallable_DECL_CALL | ( | DamageModules | ) |
RepairSvcBound::PyCallable_Make_Dispatcher | ( | RepairSvcBound | ) |
|
inlinevirtual |
Implements PyBoundObject.
Definition at line 60 of file RepairService.cpp.
uint32 RepairSvcBound::locationID |
Definition at line 45 of file RepairService.cpp.
|
protected |
Definition at line 70 of file RepairService.cpp.
Referenced by m_locationID(), and ~RepairSvcBound().
|
protected |
Definition at line 72 of file RepairService.cpp.