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

#include "MarketProxyService.h"

Inheritance diagram for MarketProxyService:
Collaboration diagram for MarketProxyService:

Public Member Functions

 MarketProxyService (PyServiceMgr *mgr)
 
virtual ~MarketProxyService ()
 
- 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 (GetStationAsks)
 
 PyCallable_DECL_CALL (GetSystemAsks)
 
 PyCallable_DECL_CALL (GetRegionBest)
 
 PyCallable_DECL_CALL (GetMarketGroups)
 
 PyCallable_DECL_CALL (GetOrders)
 
 PyCallable_DECL_CALL (GetOldPriceHistory)
 
 PyCallable_DECL_CALL (GetNewPriceHistory)
 
 PyCallable_DECL_CALL (PlaceCharOrder)
 
 PyCallable_DECL_CALL (GetCharOrders)
 
 PyCallable_DECL_CALL (ModifyCharOrder)
 
 PyCallable_DECL_CALL (CancelCharOrder)
 
 PyCallable_DECL_CALL (CharGetNewTransactions)
 
 PyCallable_DECL_CALL (CorpGetNewTransactions)
 
 PyCallable_DECL_CALL (StartupCheck)
 
 PyCallable_DECL_CALL (GetCorporationOrders)
 
- 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
 
MarketDB 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 32 of file MarketProxyService.h.

Constructor & Destructor Documentation

MarketProxyService::MarketProxyService ( PyServiceMgr mgr)
MarketProxyService::~MarketProxyService ( )
virtual

Definition at line 75 of file MarketProxyService.cpp.

References m_dispatch.

75  {
76  delete m_dispatch;
77 }
Dispatcher *const m_dispatch

Member Function Documentation

MarketProxyService::PyCallable_DECL_CALL ( GetStationAsks  )
protected
MarketProxyService::PyCallable_DECL_CALL ( GetSystemAsks  )
protected
MarketProxyService::PyCallable_DECL_CALL ( GetRegionBest  )
protected
MarketProxyService::PyCallable_DECL_CALL ( GetMarketGroups  )
protected
MarketProxyService::PyCallable_DECL_CALL ( GetOrders  )
protected
MarketProxyService::PyCallable_DECL_CALL ( GetOldPriceHistory  )
protected
MarketProxyService::PyCallable_DECL_CALL ( GetNewPriceHistory  )
protected
MarketProxyService::PyCallable_DECL_CALL ( PlaceCharOrder  )
protected
MarketProxyService::PyCallable_DECL_CALL ( GetCharOrders  )
protected
MarketProxyService::PyCallable_DECL_CALL ( ModifyCharOrder  )
protected
MarketProxyService::PyCallable_DECL_CALL ( CancelCharOrder  )
protected
MarketProxyService::PyCallable_DECL_CALL ( CharGetNewTransactions  )
protected
MarketProxyService::PyCallable_DECL_CALL ( CorpGetNewTransactions  )
protected
MarketProxyService::PyCallable_DECL_CALL ( StartupCheck  )
protected
MarketProxyService::PyCallable_DECL_CALL ( GetCorporationOrders  )
protected

Member Data Documentation

MarketDB MarketProxyService::m_db
protected

Definition at line 43 of file MarketProxyService.h.

Dispatcher* const MarketProxyService::m_dispatch
protected

Definition at line 40 of file MarketProxyService.h.

Referenced by ~MarketProxyService().


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