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

Describes a function that creates anonymous shared memory that can be shared between forked processes. More...

#include <boost/interprocess/detail/config_begin.hpp>
#include <boost/interprocess/detail/workaround.hpp>
#include <boost/interprocess/creation_tags.hpp>
#include <boost/move/move.hpp>
#include <boost/interprocess/interprocess_fwd.hpp>
#include <boost/interprocess/mapped_region.hpp>
#include <cstddef>
#include <fcntl.h>
#include <sys/mman.h>
#include <sys/stat.h>
#include <boost/interprocess/detail/config_end.hpp>
Include dependency graph for anonymous_shared_memory.hpp:

Classes

class  boost::interprocess::ipcdetail::raw_mapped_region_creator
 

Namespaces

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

Detailed Description

Describes a function that creates anonymous shared memory that can be shared between forked processes.