10 #ifndef _STRUS_VECTOR_STORGE_DUMP_INTERFACE_HPP_INCLUDED
11 #define _STRUS_VECTOR_STORGE_DUMP_INTERFACE_HPP_INCLUDED
31 virtual bool nextChunk(
const char*& chunk, std::size_t& chunksize)=0;
virtual ~VectorStorageDumpInterface()
Destructor.
Definition: vectorStorageDumpInterface.hpp:25
virtual bool nextChunk(const char *&chunk, std::size_t &chunksize)=0
Fetch the next chunk of the dump.
Numeric types used for local and global indices.
Interface for fetching the dump of a strus vector storage.
Definition: vectorStorageDumpInterface.hpp:21
Structure for passing read/write options to the the key/value store database.