EvEmu
0.8.4
11 September 2021
|
Public Member Functions | |
PyCallable_Make_Dispatcher (InsuranceBound) InsuranceBound(PyServiceMgr *mgr | |
ShipDB | m_db (db) |
ShipDB | m_dispatch (new Dispatcher(this)) |
virtual | ~InsuranceBound () |
virtual void | Release () |
PyCallable_DECL_CALL (InsureShip) | |
PyCallable_DECL_CALL (UnInsureShip) | |
PyCallable_DECL_CALL (GetContracts) | |
PyCallable_DECL_CALL (GetInsurancePrice) | |
![]() | |
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 | |
ShipDB * | db: PyBoundObject(mgr) |
Protected Attributes | |
ShipDB * | m_db |
Dispatcher *const | m_dispatch |
![]() | |
PyServiceMgr *const | m_manager |
std::string | m_strBoundObjectName |
Additional Inherited Members | |
![]() | |
void | _SetNodeBindID (uint32 nodeID, uint32 bindID) |
![]() | |
void | _SetCallDispatcher (CallDispatcher *d) |
Definition at line 42 of file InsuranceService.cpp.
|
inlinevirtual |
|
inline |
Definition at line 51 of file InsuranceService.cpp.
References PyCallable::_SetCallDispatcher(), m_dispatch, PyBoundObject::m_strBoundObjectName, and PyCallable_REG_CALL.
InsuranceBound::PyCallable_DECL_CALL | ( | InsureShip | ) |
InsuranceBound::PyCallable_DECL_CALL | ( | UnInsureShip | ) |
InsuranceBound::PyCallable_DECL_CALL | ( | GetContracts | ) |
InsuranceBound::PyCallable_DECL_CALL | ( | GetInsurancePrice | ) |
InsuranceBound::PyCallable_Make_Dispatcher | ( | InsuranceBound | ) |
|
inlinevirtual |
Implements PyBoundObject.
Definition at line 63 of file InsuranceService.cpp.
ShipDB* InsuranceBound::db |
Definition at line 49 of file InsuranceService.cpp.
|
protected |
Definition at line 74 of file InsuranceService.cpp.
|
protected |
Definition at line 75 of file InsuranceService.cpp.
Referenced by m_dispatch(), and ~InsuranceBound().