#include <MMapIndex.h>
Inheritance diagram for Tagcoll::MMapIndexer:
Public Member Functions | |
virtual | ~MMapIndexer () |
virtual int | encodedSize () const =0 |
Return the size of the encoded index data (in bytes). | |
virtual void | encode (char *buf) const =0 |
Write the index data in the given buffer, which should be at least encodedSize bytes. |
|
|
|
Write the index data in the given buffer, which should be at least encodedSize bytes.
Implemented in Tagcoll::IntIndexer, and Tagcoll::StringIndexer. |
|
Return the size of the encoded index data (in bytes).
Implemented in Tagcoll::IntIndexer, and Tagcoll::StringIndexer. |