EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
InvBrokerService.cpp File Reference
Include dependency graph for InvBrokerService.cpp:

Go to the source code of this file.

Classes

class  InvBrokerBound
 

Functions

 PyCallable_Make_InnerDispatcher (InvBrokerService) InvBrokerService
 

Function Documentation

PyCallable_Make_InnerDispatcher ( InvBrokerService  )

Definition at line 101 of file InvBrokerService.cpp.

References m_dispatch, and PyCallable_REG_CALL.

104 : PyService(mgr, "invbroker"),
105  m_dispatch(new Dispatcher(this))
106 {
107  _SetCallDispatcher(m_dispatch);
108 
109  PyCallable_REG_CALL(InvBrokerService, GetItemDescriptor);
110 }
Dispatcher *const m_dispatch
#define PyCallable_REG_CALL(c, m)
Definition: PyServiceCD.h:78