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

#include "Standing.h"

Inheritance diagram for Standing:
Collaboration diagram for Standing:

Public Member Functions

 Standing (PyServiceMgr *mgr)
 
virtual ~Standing ()
 
- 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 (GetSecurityRating)
 
 PyCallable_DECL_CALL (GetMyKillRights)
 
 PyCallable_DECL_CALL (GetCharStandings)
 
 PyCallable_DECL_CALL (GetCorpStandings)
 
 PyCallable_DECL_CALL (GetNPCNPCStandings)
 
 PyCallable_DECL_CALL (GetStandingTransactions)
 
 PyCallable_DECL_CALL (GetStandingCompositions)
 
- 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
 
StandingDB 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 36 of file Standing.h.

Constructor & Destructor Documentation

Standing::Standing ( PyServiceMgr mgr)
Standing::~Standing ( )
virtual

Definition at line 62 of file Standing.cpp.

References m_dispatch.

62  {
63  delete m_dispatch;
64 }
Dispatcher *const m_dispatch
Definition: Standing.h:43

Member Function Documentation

Standing::PyCallable_DECL_CALL ( GetSecurityRating  )
protected
Standing::PyCallable_DECL_CALL ( GetMyKillRights  )
protected
Standing::PyCallable_DECL_CALL ( GetCharStandings  )
protected
Standing::PyCallable_DECL_CALL ( GetCorpStandings  )
protected
Standing::PyCallable_DECL_CALL ( GetNPCNPCStandings  )
protected
Standing::PyCallable_DECL_CALL ( GetStandingTransactions  )
protected
Standing::PyCallable_DECL_CALL ( GetStandingCompositions  )
protected

Member Data Documentation

StandingDB Standing::m_db
protected

Definition at line 46 of file Standing.h.

Dispatcher* const Standing::m_dispatch
protected

Definition at line 43 of file Standing.h.

Referenced by ~Standing().


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