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


Public Member Functions | |
| WarRegistryService (PyServiceMgr *mgr) | |
| ~WarRegistryService () | |
| PyBoundObject * | CreateBoundObject (Client *pClient, const PyRep *bind_args) |
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 WarRegistryService.h.
| WarRegistryService::WarRegistryService | ( | PyServiceMgr * | mgr | ) |
| WarRegistryService::~WarRegistryService | ( | ) |
|
virtual |
Reimplemented from PyService.
Definition at line 98 of file WarRegistryService.cpp.
References args, PyRep::Clone(), codelog, PyService::GetName(), and PyService::m_manager.

|
private |
Definition at line 39 of file WarRegistryService.h.
Referenced by ~WarRegistryService().