Interface for fetching the dump of a strus IR storage.
More...
#include <storageDumpInterface.hpp>
Interface for fetching the dump of a strus IR storage.
virtual strus::StorageDumpInterface::~StorageDumpInterface |
( |
| ) |
|
|
inlinevirtual |
virtual bool strus::StorageDumpInterface::nextChunk |
( |
const char *& |
chunk, |
|
|
std::size_t & |
chunksize |
|
) |
| |
|
pure virtual |
Fetch the next chunk of the dump.
- Parameters
-
[out] | chunk | pointer to the chunk |
[out] | chunksize | size of the chunk in bytes |
- Returns
- true, if there are more chunks left to return, false if EOF has been reached and no chunk is returned
The documentation for this class was generated from the following file: