Vector of buffers storage implementation.
More...
#include <DeltaCheckpoint.hpp>
Vector of buffers storage implementation.
Definition at line 26 of file DeltaCheckpoint.hpp.
◆ VectorStorage()
sparta::serialization::checkpoint::storage::VectorStorage::VectorStorage |
( |
| ) |
|
|
inline |
◆ ~VectorStorage()
sparta::serialization::checkpoint::storage::VectorStorage::~VectorStorage |
( |
| ) |
|
|
inline |
◆ beginLine()
◆ copyLineBytes()
void sparta::serialization::checkpoint::storage::VectorStorage::copyLineBytes |
( |
char * |
buf, |
|
|
uint32_t |
size |
|
) |
| |
|
inline |
◆ dump()
void sparta::serialization::checkpoint::storage::VectorStorage::dump |
( |
std::ostream & |
o | ) |
const |
|
inline |
◆ endArchData()
void sparta::serialization::checkpoint::storage::VectorStorage::endArchData |
( |
| ) |
|
|
inline |
◆ getNextRestoreLine()
◆ getSize()
uint32_t sparta::serialization::checkpoint::storage::VectorStorage::getSize |
( |
| ) |
const |
|
inline |
◆ good()
bool sparta::serialization::checkpoint::storage::VectorStorage::good |
( |
| ) |
const |
|
inline |
Is the reading state of this storage good? (i.e. haven't tried to read past the end of the data)
Definition at line 188 of file DeltaCheckpoint.hpp.
◆ prepareForLoad()
void sparta::serialization::checkpoint::storage::VectorStorage::prepareForLoad |
( |
| ) |
|
|
inline |
◆ writeLineBytes()
void sparta::serialization::checkpoint::storage::VectorStorage::writeLineBytes |
( |
const char * |
data, |
|
|
size_t |
size |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: