BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <file_mapping.hpp>
Public Member Functions | |
mapped_region (const file_mapping &fm, mode_t m, uint64_t start, size_t size) | |
mapped_region (const file_mapping &fm, mode_t m) | |
~mapped_region () | |
void | flush () |
void * | get_address () const |
size_t | get_size () const |
Definition at line 32 of file file_mapping.hpp.
fc::mapped_region::mapped_region | ( | const file_mapping & | fm, |
mode_t | m, | ||
uint64_t | start, | ||
size_t | size | ||
) |
Definition at line 17 of file file_mapping.cpp.
fc::mapped_region::mapped_region | ( | const file_mapping & | fm, |
mode_t | m | ||
) |
Definition at line 21 of file file_mapping.cpp.
fc::mapped_region::~mapped_region | ( | ) |
Definition at line 25 of file file_mapping.cpp.
void fc::mapped_region::flush | ( | ) |
Definition at line 32 of file file_mapping.cpp.
void * fc::mapped_region::get_address | ( | ) | const |
Definition at line 27 of file file_mapping.cpp.
size_t fc::mapped_region::get_size | ( | ) | const |
Definition at line 37 of file file_mapping.cpp.