EvEmu
0.8.4
11 September 2021
|
#include "Voucher.h"
Public Member Functions | |
VoucherBound (PyServiceMgr *mgr, InventoryItemRef itemRef) | |
virtual | ~VoucherBound () |
virtual void | Release () |
PyCallable_DECL_CALL (GetDescription) | |
![]() | |
PyBoundObject (PyServiceMgr *mgr) | |
virtual | ~PyBoundObject () |
uint32 | nodeID () const |
uint32 | bindID () const |
std::string | GetBindStr () const |
const char * | GetName () const |
virtual PyResult | Call (const std::string &method, PyCallArgs &args) |
![]() | |
PyCallable () | |
virtual | ~PyCallable () |
Protected Attributes | |
Dispatcher *const | m_dispatch |
![]() | |
PyServiceMgr *const | m_manager |
std::string | m_strBoundObjectName |
Private Attributes | |
InventoryItemRef | m_itemRef |
Additional Inherited Members | |
![]() | |
void | _SetNodeBindID (uint32 nodeID, uint32 bindID) |
![]() | |
void | _SetCallDispatcher (CallDispatcher *d) |
VoucherBound::VoucherBound | ( | PyServiceMgr * | mgr, |
InventoryItemRef | itemRef | ||
) |
|
virtual |
VoucherBound::PyCallable_DECL_CALL | ( | GetDescription | ) |
|
inlinevirtual |
Implements PyBoundObject.
|
protected |
Definition at line 64 of file Voucher.h.
Referenced by ~VoucherBound().
|
private |