#include namespace RNR { std::map* Name::dictionary = new std::map(); char* Name::c_str() { // } static void Name::compare(const RNR::Name* a, const RNR::Name* b) { // } static void Name::declare(const char* sName, int dictionaryIndex) { // } }