|
Wire Sysio Wire Sysion 1.0.0
|
#include <mmap_struct.hpp>

Public Member Functions | |
| size_t | size () const |
| void | flush () |
Protected Member Functions | |
| void | open (const fc::path &file, size_t s, bool create) |
Protected Attributes | |
| std::unique_ptr< fc::file_mapping > | _file_mapping |
| std::unique_ptr< fc::mapped_region > | _mapped_region |
Base class used to hide common implementation details.
Definition at line 13 of file mmap_struct.hpp.
| void fc::detail::mmap_struct_base::flush | ( | ) |
Definition at line 14 of file mmap_struct.cpp.
|
protected |
Definition at line 19 of file mmap_struct.cpp.


| size_t fc::detail::mmap_struct_base::size | ( | ) | const |
Definition at line 13 of file mmap_struct.cpp.
|
protected |
Definition at line 21 of file mmap_struct.hpp.
|
protected |
Definition at line 22 of file mmap_struct.hpp.