|
EvEmu
0.8.4
11 September 2021
|
#include "ContractMgr.h"


Public Member Functions | |
| ContractMgr (PyServiceMgr *mgr) | |
| ~ContractMgr () | |
| PyCallable_DECL_CALL (NumRequiringAttention) | |
Public Member Functions inherited from PyService | |
| PyService (PyServiceMgr *mgr, const char *serviceName) | |
| virtual | ~PyService () |
| virtual PyResult | Call (const std::string &method, PyCallArgs &args) |
| const char * | GetName () const |
Public Member Functions inherited from PyCallable | |
| PyCallable () | |
| virtual | ~PyCallable () |
Private Attributes | |
| Dispatcher *const | m_dispatch |
Definition at line 31 of file ContractMgr.h.
| ContractMgr::ContractMgr | ( | PyServiceMgr * | mgr | ) |
| ContractMgr::~ContractMgr | ( | ) |
| ContractMgr::PyCallable_DECL_CALL | ( | NumRequiringAttention | ) |
|
private |
Definition at line 39 of file ContractMgr.h.
Referenced by ~ContractMgr().