Class StoragePacketDeserializer
Defined in File storage-packet-deserializer.h
Class Documentation
-
class StoragePacketDeserializer
Public Functions
-
StoragePacketDeserializer()
-
~StoragePacketDeserializer()
-
void Reset()
-
void Clear()
-
void SetThreadOffset(uint64_t threadId, uint64_t offset)
-
void AddThreadPacketReader(StoragePacketReader *reader)
-
serialization::StreamPacketHeaderEx const *Current(uint64_t *storageID = nullptr, uint64_t *offset = nullptr) const
-
bool MoveNext()
-
gpa::serialization::StreamPacketHeaderEx const *Next(uint64_t *storageID = nullptr, uint64_t *offset = nullptr)
-
StoragePacketDeserializer()