EvEmu
0.8.4
11 September 2021
|
#include "CachedObjectMgr.h"
Public Member Functions | |
PyCachedCall () | |
~PyCachedCall () | |
void | Dump (FILE *into, const char *pfx, bool contents_too=false) |
bool | Decode (PySubStream **ss) |
PyCachedCall * | Clone () const |
Public Attributes | |
PyRep * | result |
Definition at line 176 of file CachedObjectMgr.h.
PyCachedCall::PyCachedCall | ( | ) |
Definition at line 828 of file CachedObjectMgr.cpp.
Referenced by Clone().
PyCachedCall::~PyCachedCall | ( | ) |
PyCachedCall * PyCachedCall::Clone | ( | ) | const |
Definition at line 834 of file CachedObjectMgr.cpp.
References PyRep::Clone(), PyCachedCall(), and result.
bool PyCachedCall::Decode | ( | PySubStream ** | ss | ) |
Definition at line 851 of file CachedObjectMgr.cpp.
References PyDict::begin(), PyRep::Clone(), PyString::content(), PySubStream::decoded(), PySubStream::DecodeData(), PyDict::end(), if(), PyRep::IsDict(), key(), PyDecRef, PySafeDecRef, result, sLog, and PyRep::TypeString().
Referenced by CachedObjectMgr::LoadCachedCall().
void PyCachedCall::Dump | ( | FILE * | into, |
const char * | pfx, | ||
bool | contents_too = false |
||
) |
Definition at line 840 of file CachedObjectMgr.cpp.
References PyRep::Dump(), and result.
PyRep* PyCachedCall::result |
Definition at line 198 of file CachedObjectMgr.h.
Referenced by Clone(), Decode(), Dump(), and ~PyCachedCall().