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

#include "LookupService.h"

Inheritance diagram for LookupService:
Collaboration diagram for LookupService:

Public Member Functions

 LookupService (PyServiceMgr *mgr)
 
virtual ~LookupService ()
 
- 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 (LookupCharacters)
 
 PyCallable_DECL_CALL (LookupPCOwners)
 
 PyCallable_DECL_CALL (LookupOwners)
 
 PyCallable_DECL_CALL (LookupPlayerCharacters)
 
 PyCallable_DECL_CALL (LookupCorporations)
 
 PyCallable_DECL_CALL (LookupFactions)
 
 PyCallable_DECL_CALL (LookupCorporationTickers)
 
 PyCallable_DECL_CALL (LookupStations)
 
 PyCallable_DECL_CALL (LookupKnownLocationsByGroup)
 
 PyCallable_DECL_CALL (LookupNoneNPCAccountOwners)
 
 PyCallable_DECL_CALL (LookupEvePlayerCharacters)
 
- 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
 
- 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 LookupService.h.

Constructor & Destructor Documentation

LookupService::LookupService ( PyServiceMgr mgr)
LookupService::~LookupService ( )
virtual

Definition at line 54 of file LookupService.cpp.

References m_dispatch.

54  {
55  delete m_dispatch;
56 }
Dispatcher *const m_dispatch
Definition: LookupService.h:41

Member Function Documentation

LookupService::PyCallable_DECL_CALL ( LookupCharacters  )
protected
LookupService::PyCallable_DECL_CALL ( LookupPCOwners  )
protected
LookupService::PyCallable_DECL_CALL ( LookupOwners  )
protected
LookupService::PyCallable_DECL_CALL ( LookupPlayerCharacters  )
protected
LookupService::PyCallable_DECL_CALL ( LookupCorporations  )
protected
LookupService::PyCallable_DECL_CALL ( LookupFactions  )
protected
LookupService::PyCallable_DECL_CALL ( LookupCorporationTickers  )
protected
LookupService::PyCallable_DECL_CALL ( LookupStations  )
protected
LookupService::PyCallable_DECL_CALL ( LookupKnownLocationsByGroup  )
protected
LookupService::PyCallable_DECL_CALL ( LookupNoneNPCAccountOwners  )
protected
LookupService::PyCallable_DECL_CALL ( LookupEvePlayerCharacters  )
protected

Member Data Documentation

Dispatcher* const LookupService::m_dispatch
protected

Definition at line 41 of file LookupService.h.

Referenced by ~LookupService().


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