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

#include "RamProxyService.h"

Inheritance diagram for RamProxyService:
Collaboration diagram for RamProxyService:

Public Member Functions

 RamProxyService (PyServiceMgr *mgr)
 
virtual ~RamProxyService ()
 
- 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 Member Functions

 PyCallable_DECL_CALL (GetJobs2)
 
 PyCallable_DECL_CALL (InstallJob)
 
 PyCallable_DECL_CALL (CompleteJob)
 
 PyCallable_DECL_CALL (AssemblyLinesGet)
 
 PyCallable_DECL_CALL (AssemblyLinesSelect)
 
 PyCallable_DECL_CALL (GetRelevantCharSkills)
 
 PyCallable_DECL_CALL (AssemblyLinesSelectCorp)
 
 PyCallable_DECL_CALL (AssemblyLinesSelectPublic)
 
 PyCallable_DECL_CALL (AssemblyLinesSelectPrivate)
 
 PyCallable_DECL_CALL (AssemblyLinesSelectAlliance)
 
 PyCallable_DECL_CALL (UpdateAssemblyLineConfigurations)
 

Private Attributes

Dispatcher *const m_dispatch
 

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
}
 
- 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 inherited from PyService
PyServiceMgr *const m_manager
 
- Static Protected Attributes inherited from PyService
static const char *const s_checkTimeStrings [_checkCount]
 

Detailed Description

Definition at line 33 of file RamProxyService.h.

Constructor & Destructor Documentation

RamProxyService::RamProxyService ( PyServiceMgr mgr)
RamProxyService::~RamProxyService ( )
virtual

Definition at line 67 of file RamProxyService.cpp.

References m_dispatch.

67  {
68  delete m_dispatch;
69 }
Dispatcher *const m_dispatch

Member Function Documentation

RamProxyService::PyCallable_DECL_CALL ( GetJobs2  )
private
RamProxyService::PyCallable_DECL_CALL ( InstallJob  )
private
RamProxyService::PyCallable_DECL_CALL ( CompleteJob  )
private
RamProxyService::PyCallable_DECL_CALL ( AssemblyLinesGet  )
private
RamProxyService::PyCallable_DECL_CALL ( AssemblyLinesSelect  )
private
RamProxyService::PyCallable_DECL_CALL ( GetRelevantCharSkills  )
private
RamProxyService::PyCallable_DECL_CALL ( AssemblyLinesSelectCorp  )
private
RamProxyService::PyCallable_DECL_CALL ( AssemblyLinesSelectPublic  )
private
RamProxyService::PyCallable_DECL_CALL ( AssemblyLinesSelectPrivate  )
private
RamProxyService::PyCallable_DECL_CALL ( AssemblyLinesSelectAlliance  )
private
RamProxyService::PyCallable_DECL_CALL ( UpdateAssemblyLineConfigurations  )
private

Member Data Documentation

Dispatcher* const RamProxyService::m_dispatch
private

Definition at line 39 of file RamProxyService.h.

Referenced by ~RamProxyService().


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