cpp-toolbox  0.0.1
A toolbox library for C++
Loading...
Searching...
No Matches
memory_mapped_file.hpp File Reference
#include <cstring>
#include <filesystem>
#include <cpp-toolbox/cpp-toolbox_export.hpp>
#include <cpp-toolbox/macro.hpp>
#include <fcntl.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <unistd.h>
Include dependency graph for memory_mapped_file.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  toolbox::file::memory_mapped_file_t
 RAII wrapper for memory-mapped files. / 内存映射文件的 RAII 封装。 More...
 

Namespaces

namespace  toolbox
 
namespace  toolbox::file