#include <KeyfileWordMap.hpp>
Public Methods | |
void | create (std::string &path, const std::string &intSuffix, const std::string &wordSuffix) |
void | open (std::string &path, const std::string &intSuffix, const std::string &wordSuffix) |
void | openRead (std::string &path, const std::string &intSuffix, const std::string &wordSuffix) |
void | close () |
int | lookupID (const char *word) |
const char * | lookupWord (int id) |
void | put (int id, const char *word) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|