static
| 167 | |
| 168 | // static |
| 169 | unique_ptr<RankTable> RankTable::Load(FilesContainerR const & rcont, string const & sectionName) |
| 170 | { |
| 171 | return LoadRankTable(GetMemoryRegionForTag(rcont, sectionName)); |
| 172 | } |
| 173 | |
| 174 | // static |
| 175 | unique_ptr<RankTable> RankTable::Load(FilesMappingContainer const & mcont, string const & sectionName) |