EvEmu
0.8.4
11 September 2021
|
#include "eve-common.h"
#include "python/classes/PyDatabase.h"
#include "python/PyVisitor.h"
#include "python/PyRep.h"
#include "marshal/EVEUnmarshal.h"
#include "marshal/EVEMarshalOpcodes.h"
#include "marshal/EVEMarshalStringTable.h"
#include "utils/EVEUtils.h"
Go to the source code of this file.
Functions | |
PyRep * | Unmarshal (const Buffer &data) |
Turns marshal stream into Python object. More... | |
PyRep * | InflateUnmarshal (const Buffer &data) |
Turns possibly inflated marshal stream into Python object. More... | |
Turns possibly inflated marshal stream into Python object.
[in] | data | Possibly inflated marshal stream. |
Definition at line 46 of file EVEUnmarshal.cpp.
References InflateData(), IsDeflated(), and Unmarshal().
Referenced by marshal_EVEMarshalTest(), EVETCPConnection::PopRep(), and UnmarshalLogText().
Turns marshal stream into Python object.
[in] | data | Marshal stream. |
Definition at line 38 of file EVEUnmarshal.cpp.
References UnmarshalStream::Load(), and SafeDelete().
Referenced by PySubStream::DecodeData(), and InflateUnmarshal().