59 int registerStringKey(
const std::string& stringKey );
63 void registerStringKey(
const std::string& stringKey,
int intKey );
67 int lookupIntKey(
const std::string& stringKey )
const;
71 const std::string* findStringKey(
int intKey )
const;
82 void removeKey(
int intKey );
85 void removeKey(
const std::string& stringKey );