| static | BinaryPropertyTable() |
| private | BinaryPropertyTable() |
| public | ~BinaryPropertyTable() |
| public nothrow const BinaryProperty* | GetBinaryProperty(BinaryPropertyId id) const |
| public const BinaryProperty* | GetBinaryPropertyByLongName(const String<char>& longName) const |
| public const BinaryProperty* | GetBinaryPropertyByShortName(const String<char>& shortName) const |
| public static nothrow BinaryPropertyTable& | Instance() |
| private List<BinaryProperty*> | binaryProperties |
| private HashMap<uint, void*, Hasher<uint>, EqualTo<uint>> | binaryPropertyIdMap |
| private static UniquePtr<BinaryPropertyTable> | instance |
| private HashMap<String<char>, void*, Hasher<String<char>>, EqualTo<String<char>>> | longNameMap |
| private HashMap<String<char>, void*, Hasher<String<char>>, EqualTo<String<char>>> | shortNameMap |