EvEmu
0.8.4
11 September 2021
|
#include "python/PyRep.h"
Go to the source code of this file.
Classes | |
class | UnmarshalStream |
Class which turns marshal bytecode into Python object. More... | |
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().