Interface for fetching the dump of a strus vector storage.
More...
#include <vectorStorageDumpInterface.hpp>
Interface for fetching the dump of a strus vector storage.
virtual strus::VectorStorageDumpInterface::~VectorStorageDumpInterface |
( |
| ) |
|
|
inlinevirtual |
virtual bool strus::VectorStorageDumpInterface::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: