| static | AgeTable() |
| private | AgeTable() |
| public | ~AgeTable() |
| public const Age* | GetAge(AgeId id) const |
| public const Age* | GetAge(const String<char>& version) const |
| public static AgeTable& | Instance() |
| private HashMap<uint, void*, Hasher<uint>, EqualTo<uint>> | ageIdMap |
| private List<Age*> | ages |
| private static UniquePtr<AgeTable> | instance |
| private HashMap<String<char>, void*, Hasher<String<char>>, EqualTo<String<char>>> | versionMap |