Skip to content

EntropyEngine::Core::IO::MappedFile

Name
~MappedFile()
size_tsize() const
MappedFile &operator=(const MappedFile & ) =delete
MappedFile &operator=(MappedFile && other)
boolopen(const std::filesystem::path & path)
boolisOpen() const
const uint8_t *data() const
voidclose()
MappedFile() =default
MappedFile(const MappedFile & ) =delete
MappedFile(MappedFile && other)
inline ~MappedFile()
inline size_t size() const
MappedFile & operator=(
const MappedFile &
) =delete
inline MappedFile & operator=(
MappedFile && other
)
inline bool open(
const std::filesystem::path & path
)
inline bool isOpen() const
inline const uint8_t * data() const
inline void close()
MappedFile() =default
MappedFile(
const MappedFile &
) =delete
inline MappedFile(
MappedFile && other
)

Updated on 2026-01-26 at 17:14:35 -0500