Class StreamDataBookmark

Nested Relationships

Nested Types

Class Documentation

class StreamDataBookmark

Public Functions

StreamDataBookmark()
StreamDataBookmark(StreamDataBookmark &&other)
StreamDataBookmark &operator=(StreamDataBookmark &&other)
~StreamDataBookmark()
StreamDataBookmark(StreamDataBookmark const &other)
StreamDataBookmark &operator=(StreamDataBookmark const &other)
void AddThreadBookmark(uint64_t threadId, uint64_t offset)
void Apply(StoragePacketDeserializer *deserializer) const
bool Valid() const
uint64_t ThreadBookmarkCount() const
ThreadBookmark const *GetThreadBookmark(uint64_t index) const
ThreadBookmark const *GetThreadBookmarkFromID(uint64_t storageID) const
struct ThreadBookmark

Public Members

uint64_t threadId
uint64_t offset