|
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) | |
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 | |
| CorporationDB & | db |
| CorporationDB uint32 | corpID |
Protected Attributes | |
| Dispatcher *const | m_dispatch |
| CorporationDB & | m_db |
| uint32 | m_corpID |
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) |
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().