Lines Matching defs:MappedFile
44 class MappedFile {49 explicit MappedFile(std::string& path,55 MappedFile(const MappedFile& other) = delete;56 MappedFile(MappedFile&& other) noexcept;57 MappedFile& operator=(const MappedFile& other) = delete;58 MappedFile& operator=(MappedFile&& other) noexcept;59 virtual ~MappedFile();