67#if defined LINUX && defined(__GLIBC__)
char const * getData() const
Returns a pointer to the beginning of the mapped file data.
~MappedFile()
Destructs a MappedFile.
char const * getDataEnd() const
Returns a pointer to the end of the mapped file data.
std::size_t getDataSize() const
Returns the size of the mapped file data.
MappedFile(const char *filename)
Constructs a MappedFile.
Contains all file parsers and helper classes.