BinaryPropertyTable() |
const std::vector<BinaryProperty>& | BinaryProperties() const |
void | Done() static |
const BinaryProperty& | GetBinaryProperty(BinaryPropertyId binaryPropertyId) const |
const BinaryProperty& | GetBinaryPropertyByLongName(const std::string& longName) const |
const BinaryProperty& | GetBinaryPropertyByShortName(const std::string& shortName) const |
void | Init() static |
BinaryPropertyTable& | Instance() static |
bool | IsBinaryProperty(const std::string& shortName) const |
std::vector<BinaryProperty> | binaryProperties |
std::unordered_map<BinaryPropertyId, const BinaryProperty*, BinaryPropertyIdHash> | binaryPropertyIdMap |
std::unique_ptr<BinaryPropertyTable> | instance static |
std::unordered_map<std::string, const BinaryProperty*> | longNameMap |
std::unordered_map<std::string, const BinaryProperty*> | shortNameMap |