SourceFileCache() |
SourceFileCache(SourceFileCache&&) delete |
SourceFileCache(const SourceFileCache&) delete |
const std::u32string& | GetFileContent(const std::string& filePath) |
SourceFileCache& | operator=(SourceFileCache&&) delete |
SourceFileCache& | operator=(const SourceFileCache&) delete |
std::unordered_map<std::string, std::unique_ptr<std::u32string>> | fileContentMap |