Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
mapped_region.hpp File Reference

Describes mapped region class. More...

#include <boost/interprocess/detail/config_begin.hpp>
#include <boost/interprocess/detail/workaround.hpp>
#include <boost/interprocess/interprocess_fwd.hpp>
#include <boost/interprocess/exceptions.hpp>
#include <boost/move/utility_core.hpp>
#include <boost/interprocess/detail/utilities.hpp>
#include <boost/interprocess/detail/os_file_functions.hpp>
#include <string>
#include <boost/cstdint.hpp>
#include <boost/assert.hpp>
#include <boost/interprocess/detail/config_end.hpp>
Include dependency graph for mapped_region.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::interprocess::mapped_region
 The mapped_region class represents a portion or region created from a memory_mappable object. More...
 
struct  boost::interprocess::null_mapped_region_function
 No-op functor. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::interprocess
 
 boost::interprocess::ipcdetail
 

Macros

#define BOOST_INTERPROCESS_MAP_NOSYNC   0
 
#define BOOST_INTERPROCESS_MAPPED_REGION_EXT_HPP
 

Functions

void boost::interprocess::swap (mapped_region &x, mapped_region &y)
 

Detailed Description

Describes mapped region class.

Macro Definition Documentation

#define BOOST_INTERPROCESS_MAP_NOSYNC   0
#define BOOST_INTERPROCESS_MAPPED_REGION_EXT_HPP