14 #ifndef DICTDATAINFO_H
15 #define DICTDATAINFO_H
33 virtual const std::vector<std::string>&
GetCatNames();
41 const std::vector<std::string>&
GetCatKeys(
const std::string& catName);
43 const std::vector<std::string>&
GetCatAttribute(
const std::string& catName,
44 const std::string& refCatName,
const std::string& refAttrName);
46 const std::vector<std::string>&
48 const std::string& refCatName,
const std::string& refAttrName);
51 const std::string& catName);
54 const std::string& cifItemName);
60 void _GetDictVersion(std::string& dictVer);
61 bool _isDictCategory(
const std::string& category)
const;