#include <IntIndex.h>
Inheritance diagram for Tagcoll::IntIndexer:
Public Member Functions | |
void | map (unsigned int key, int val) |
Store the key->val mapping into the indexer. | |
virtual int | encodedSize () const |
Return the size of the encoded index data. | |
virtual void | encode (char *buf) const |
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.
Implements Tagcoll::MMapIndexer. |
|
Return the size of the encoded index data.
Implements Tagcoll::MMapIndexer. |
|
Store the key->val mapping into the indexer.
|