BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | List of all members
fc::mapped_region Class Reference

#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
 

Detailed Description

Definition at line 32 of file file_mapping.hpp.

Constructor & Destructor Documentation

◆ mapped_region() [1/2]

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.

◆ mapped_region() [2/2]

fc::mapped_region::mapped_region ( const file_mapping fm,
mode_t  m 
)

Definition at line 21 of file file_mapping.cpp.

◆ ~mapped_region()

fc::mapped_region::~mapped_region ( )

Definition at line 25 of file file_mapping.cpp.

Member Function Documentation

◆ flush()

void fc::mapped_region::flush ( )

Definition at line 32 of file file_mapping.cpp.

◆ get_address()

void * fc::mapped_region::get_address ( ) const

Definition at line 27 of file file_mapping.cpp.

◆ get_size()

size_t fc::mapped_region::get_size ( ) const

Definition at line 37 of file file_mapping.cpp.


The documentation for this class was generated from the following files: