10 #ifndef _STRUS_STORAGE_DUMP_INTERFACE_HPP_INCLUDED
11 #define _STRUS_STORAGE_DUMP_INTERFACE_HPP_INCLUDED
30 virtual bool nextChunk(
const char*& chunk, std::size_t& chunksize)=0;
Interface for fetching the dump of a strus IR storage.
Definition: storageDumpInterface.hpp:20
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.
virtual ~StorageDumpInterface()
Destructor.
Definition: storageDumpInterface.hpp:24