EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ConfigService Class Reference

#include "ConfigService.h"

Inheritance diagram for ConfigService:
Collaboration diagram for ConfigService:

Public Member Functions

 ConfigService (PyServiceMgr *mgr)
 
virtual ~ConfigService ()
 
- 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 ()
 

Protected Member Functions

 PyCallable_DECL_CALL (GetMultiOwnersEx)
 
 PyCallable_DECL_CALL (GetMultiLocationsEx)
 
 PyCallable_DECL_CALL (GetMultiStationEx)
 
 PyCallable_DECL_CALL (GetMultiAllianceShortNamesEx)
 
 PyCallable_DECL_CALL (GetMultiCorpTickerNamesEx)
 
 PyCallable_DECL_CALL (GetUnits)
 
 PyCallable_DECL_CALL (GetMapObjects)
 
 PyCallable_DECL_CALL (GetMapOffices)
 
 PyCallable_DECL_CALL (GetMap)
 
 PyCallable_DECL_CALL (GetMapConnections)
 
 PyCallable_DECL_CALL (GetMultiGraphicsEx)
 
 PyCallable_DECL_CALL (GetMultiInvTypesEx)
 
 PyCallable_DECL_CALL (GetStationSolarSystemsByOwner)
 
 PyCallable_DECL_CALL (GetCelestialStatistic)
 
 PyCallable_DECL_CALL (GetDynamicCelestials)
 
 PyCallable_DECL_CALL (GetMapLandmarks)
 
 PyCallable_DECL_CALL (SetMapLandmarks)
 
- Protected Member Functions inherited from PyService
PyObject_BuildCachedReturn (PySubStream **result, const char *sessionInfo, CacheCheckTime check)
 
virtual PyBoundObjectCreateBoundObject (Client *pClient, const PyRep *bind_args)
 
virtual PyResult Handle_MachoResolveObject (PyCallArgs &call)
 
virtual PyResult Handle_MachoBindObject (PyCallArgs &call)
 
- Protected Member Functions inherited from PyCallable
void _SetCallDispatcher (CallDispatcher *d)
 

Protected Attributes

Dispatcher *const m_dispatch
 
ConfigDB m_db
 
- Protected Attributes inherited from PyService
PyServiceMgr *const m_manager
 

Additional Inherited Members

- Protected Types inherited from PyService
enum  CacheCheckTime {
  check_Always = 0, check_Never, check_in_year, check_in_6_months,
  check_in_3_months, check_in_1_month, check_in_1_week, check_in_1_day,
  check_in_12_hours, check_in_6_hours, check_in_3_hours, check_in_2_hours,
  check_in_1_hour, check_in_30_minutes, check_in_15_minutes, check_in_5_minutes,
  check_in_1_minute, check_in_30_seconds, check_in_15_seconds, check_in_5_seconds,
  check_in_1_second, _checkCount
}
 
- Static Protected Attributes inherited from PyService
static const char *const s_checkTimeStrings [_checkCount]
 

Detailed Description

Definition at line 33 of file ConfigService.h.

Constructor & Destructor Documentation

ConfigService::ConfigService ( PyServiceMgr mgr)
ConfigService::~ConfigService ( )
virtual

Definition at line 59 of file ConfigService.cpp.

References m_dispatch.

59  {
60  delete m_dispatch;
61 }
Dispatcher *const m_dispatch
Definition: ConfigService.h:40

Member Function Documentation

ConfigService::PyCallable_DECL_CALL ( GetMultiOwnersEx  )
protected
ConfigService::PyCallable_DECL_CALL ( GetMultiLocationsEx  )
protected
ConfigService::PyCallable_DECL_CALL ( GetMultiStationEx  )
protected
ConfigService::PyCallable_DECL_CALL ( GetMultiAllianceShortNamesEx  )
protected
ConfigService::PyCallable_DECL_CALL ( GetMultiCorpTickerNamesEx  )
protected
ConfigService::PyCallable_DECL_CALL ( GetUnits  )
protected
ConfigService::PyCallable_DECL_CALL ( GetMapObjects  )
protected
ConfigService::PyCallable_DECL_CALL ( GetMapOffices  )
protected
ConfigService::PyCallable_DECL_CALL ( GetMap  )
protected
ConfigService::PyCallable_DECL_CALL ( GetMapConnections  )
protected
ConfigService::PyCallable_DECL_CALL ( GetMultiGraphicsEx  )
protected
ConfigService::PyCallable_DECL_CALL ( GetMultiInvTypesEx  )
protected
ConfigService::PyCallable_DECL_CALL ( GetStationSolarSystemsByOwner  )
protected
ConfigService::PyCallable_DECL_CALL ( GetCelestialStatistic  )
protected
ConfigService::PyCallable_DECL_CALL ( GetDynamicCelestials  )
protected
ConfigService::PyCallable_DECL_CALL ( GetMapLandmarks  )
protected
ConfigService::PyCallable_DECL_CALL ( SetMapLandmarks  )
protected

Member Data Documentation

ConfigDB ConfigService::m_db
protected

Definition at line 43 of file ConfigService.h.

Dispatcher* const ConfigService::m_dispatch
protected

Definition at line 40 of file ConfigService.h.

Referenced by ~ConfigService().


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