StoreSwapLogData.h
size_t gapSize() const
number of bytes after the log header before the first log entry
Definition: StoreSwapLogData.cc:96
bool sane() const
consistency self-check: whether the data appears to make sense
Definition: StoreSwapLogData.cc:85
void set(uint32_t f1, uint32_t f2, uint32_t f3)
compute and store checksum based on three 32bit integers
Definition: StoreSwapLogData.cc:20
Definition: StoreSwapLogData.h:86
bool operator!=(const SwapChecksum24 &o) const
Definition: StoreSwapLogData.h:52
Definition: StoreSwapLogData.h:180
MEMPROXY_CLASS(StoreSwapLogData)
bool operator==(const SwapChecksum24 &o) const
Definition: StoreSwapLogData.h:48
int64_t SwappedTime
type to use for storing time-related members; must be signed
Definition: StoreSwapLogData.h:91
bool sane() const
consistency self-check: whether the data appears to make sense
Definition: StoreSwapLogData.cc:53
std::ostream & operator<<(std::ostream &os, const SwapChecksum24 &sum)
Definition: StoreSwapLogData.h:70