GeneralCategoryTable() |
void | Done() static |
const std::vector<GeneralCategory>& | GeneralCategories() const |
const GeneralCategory& | GetGeneralCategory(GeneralCategoryId generalCategoryId) const |
const GeneralCategory& | GetGeneralCategoryByLongName(const std::string& longName) const |
const GeneralCategory& | GetGeneralCategoryByShortName(const std::string& shortName) const |
void | Init() static |
GeneralCategoryTable& | Instance() static |
std::vector<GeneralCategory> | generalCategories |
std::unordered_map<GeneralCategoryId, const GeneralCategory*, GeneralCategoryIdHash> | generalCategoryIdMap |
std::unique_ptr<GeneralCategoryTable> | instance static |
std::unordered_map<std::string, const GeneralCategory*> | longNameMap |
std::unordered_map<std::string, const GeneralCategory*> | shortNameMap |