EvEmu
0.8.4
11 September 2021
|
#include "SparseBound.h"
Public Member Functions | |
PyCallable_Make_Dispatcher (SparseBound) SparseBound(PyServiceMgr *mgr | |
virtual | ~SparseBound () |
virtual void | Release () |
PyCallable_DECL_CALL (Fetch) | |
PyCallable_DECL_CALL (SelectByUniqueColumnValues) | |
PyCallable_DECL_CALL (FetchByKey) | |
PyCallable_DECL_CALL (GetByKey) | |
![]() | |
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 | |
CorporationDB & | db |
CorporationDB uint32 | corpID |
Protected Attributes | |
Dispatcher *const | m_dispatch |
CorporationDB & | m_db |
uint32 | m_corpID |
![]() | |
PyServiceMgr *const | m_manager |
std::string | m_strBoundObjectName |
Additional Inherited Members | |
![]() | |
void | _SetNodeBindID (uint32 nodeID, uint32 bindID) |
![]() | |
void | _SetCallDispatcher (CallDispatcher *d) |
Definition at line 10 of file SparseBound.h.
|
inlinevirtual |
SparseBound::PyCallable_DECL_CALL | ( | Fetch | ) |
SparseBound::PyCallable_DECL_CALL | ( | SelectByUniqueColumnValues | ) |
SparseBound::PyCallable_DECL_CALL | ( | FetchByKey | ) |
SparseBound::PyCallable_DECL_CALL | ( | GetByKey | ) |
SparseBound::PyCallable_Make_Dispatcher | ( | SparseBound | ) |
|
inlinevirtual |
CorporationDB uint32 SparseBound::corpID |
Definition at line 16 of file SparseBound.h.
CorporationDB& SparseBound::db |
Definition at line 16 of file SparseBound.h.
|
protected |
Definition at line 34 of file SparseBound.h.
|
protected |
Definition at line 33 of file SparseBound.h.
|
protected |
Definition at line 31 of file SparseBound.h.
Referenced by ~SparseBound().