EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
RepairSvcBound Class Reference
Inheritance diagram for RepairSvcBound:
Collaboration diagram for RepairSvcBound:

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)
 
- Public Member Functions inherited from PyBoundObject
 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)
 
- Public Member Functions inherited from PyCallable
 PyCallable ()
 
virtual ~PyCallable ()
 

Public Attributes

uint32 locationID: PyBoundObject(mgr)
 

Protected Attributes

Dispatcher *const m_dispatch
 
uint32 m_locationID
 
- Protected Attributes inherited from PyBoundObject
PyServiceMgr *const m_manager
 
std::string m_strBoundObjectName
 

Additional Inherited Members

- Protected Member Functions inherited from PyBoundObject
void _SetNodeBindID (uint32 nodeID, uint32 bindID)
 
- Protected Member Functions inherited from PyCallable
void _SetCallDispatcher (CallDispatcher *d)
 

Detailed Description

Definition at line 38 of file RepairService.cpp.

Constructor & Destructor Documentation

virtual RepairSvcBound::~RepairSvcBound ( )
inlinevirtual

Definition at line 57 of file RepairService.cpp.

References m_dispatch.

57  {
58  delete m_dispatch;
59  }
Dispatcher *const m_dispatch

Member Function Documentation

uint32 RepairSvcBound::m_dispatch ( new   Dispatcherthis)
uint32 RepairSvcBound::m_locationID ( locationID  )
inline

Definition at line 47 of file RepairService.cpp.

References PyCallable::_SetCallDispatcher(), m_dispatch, PyBoundObject::m_strBoundObjectName, and PyCallable_REG_CALL.

48  {
50 
51  m_strBoundObjectName = "RepairSvcBound";
52 
53  PyCallable_REG_CALL(RepairSvcBound, GetDamageReports);
54  PyCallable_REG_CALL(RepairSvcBound, RepairItems);
55  PyCallable_REG_CALL(RepairSvcBound, DamageModules);
56  }
std::string m_strBoundObjectName
Definition: PyBoundObject.h:54
void _SetCallDispatcher(CallDispatcher *d)
Definition: PyCallable.h:87
Dispatcher *const m_dispatch
#define PyCallable_REG_CALL(c, m)
Definition: PyServiceCD.h:78

Here is the call graph for this function:

RepairSvcBound::PyCallable_DECL_CALL ( GetDamageReports  )
RepairSvcBound::PyCallable_DECL_CALL ( RepairItems  )
RepairSvcBound::PyCallable_DECL_CALL ( DamageModules  )
RepairSvcBound::PyCallable_Make_Dispatcher ( RepairSvcBound  )
virtual void RepairSvcBound::Release ( )
inlinevirtual

Implements PyBoundObject.

Definition at line 60 of file RepairService.cpp.

60  {
61  //I hate this statement
62  delete this;
63  }

Member Data Documentation

uint32 RepairSvcBound::locationID

Definition at line 45 of file RepairService.cpp.

Dispatcher* const RepairSvcBound::m_dispatch
protected

Definition at line 70 of file RepairService.cpp.

Referenced by m_locationID(), and ~RepairSvcBound().

uint32 RepairSvcBound::m_locationID
protected

Definition at line 72 of file RepairService.cpp.


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