|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
映射状态快照 更多...
#include <file_mapper.hpp>
Public 属性 | |
| void * | address = nullptr |
| 映射起始地址 | |
| size_type | size = 0 |
| 映射大小(字节) | |
| size_type | offset = 0 |
| 映射起始偏移 | |
| file_access | access = file_access::READ |
| 访问权限 | |
| bool | is_mapped = false |
| 是否已映射 | |