|
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) | |
Public Member Functions inherited from PyBoundObject | |
| 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) |
Public Member Functions inherited from PyCallable | |
| PyCallable () | |
| virtual | ~PyCallable () |
Protected Attributes | |
| Dispatcher *const | m_dispatch |
Protected Attributes inherited from PyBoundObject | |
| PyServiceMgr *const | m_manager |
| std::string | m_strBoundObjectName |
Private Attributes | |
| InventoryItemRef | m_itemRef |
Additional Inherited Members | |
Protected Member Functions inherited from PyBoundObject | |
| void | _SetNodeBindID (uint32 nodeID, uint32 bindID) |
Protected Member Functions inherited from PyCallable | |
| 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 |