EntropyEngine::Core::IO::MappedFile
EntropyEngine::Core::IO::MappedFile
Section titled “EntropyEngine::Core::IO::MappedFile”Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| ~MappedFile() | |
| size_t | size() const |
| MappedFile & | operator=(const MappedFile & ) =delete |
| MappedFile & | operator=(MappedFile && other) |
| bool | open(const std::filesystem::path & path) |
| bool | isOpen() const |
| const uint8_t * | data() const |
| void | close() |
| MappedFile() =default | |
| MappedFile(const MappedFile & ) =delete | |
| MappedFile(MappedFile && other) |
Public Functions Documentation
Section titled “Public Functions Documentation”function ~MappedFile
Section titled “function ~MappedFile”inline ~MappedFile()function size
Section titled “function size”inline size_t size() constfunction operator=
Section titled “function operator=”MappedFile & operator=( const MappedFile &) =deletefunction operator=
Section titled “function operator=”inline MappedFile & operator=( MappedFile && other)function open
Section titled “function open”inline bool open( const std::filesystem::path & path)function isOpen
Section titled “function isOpen”inline bool isOpen() constfunction data
Section titled “function data”inline const uint8_t * data() constfunction close
Section titled “function close”inline void close()function MappedFile
Section titled “function MappedFile”MappedFile() =defaultfunction MappedFile
Section titled “function MappedFile”MappedFile( const MappedFile &) =deletefunction MappedFile
Section titled “function MappedFile”inline MappedFile( MappedFile && other)Updated on 2026-01-26 at 17:14:35 -0500