Vector of buffers storage implementation.
More...
#include <VectorStorage.hpp>
Vector of buffers storage implementation.
Definition at line 14 of file VectorStorage.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 190 of file VectorStorage.hpp.
◆ prepareForLoad()
| void sparta::serialization::checkpoint::storage::VectorStorage::prepareForLoad |
( |
| ) |
|
|
inline |
◆ serialize()
template<typename Archive >
| void sparta::serialization::checkpoint::storage::VectorStorage::serialize |
( |
Archive & | ar, |
|
|
const unsigned int | ) |
|
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: