EvEmu
0.8.4
11 September 2021
|
Go to the source code of this file.
Classes | |
class | MarshalStream |
Turns Python objects into marshal bytecode. More... | |
Functions | |
bool | Marshal (const PyRep *rep, Buffer &into) |
bool | MarshalDeflate (const PyRep *rep, Buffer &into, const uint32 deflationLimit=0x2000) |
Definition at line 36 of file EVEMarshal.cpp.
References SafeDelete(), and MarshalStream::Save().
Referenced by PySubStream::EncodeData(), CachedObjectMgr::GetCacheFileName(), and MarshalDeflate().
Definition at line 44 of file EVEMarshal.cpp.
References Buffer::AppendSeq(), Buffer::begin(), DeflateData(), Buffer::end(), Marshal(), SafeDelete(), and Buffer::size().
Referenced by marshal_EVEMarshalTest(), EVETCPConnection::QueueRep(), and CachedObjectMgr::UpdateCache().