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

Describes a shared memory object management class. More...

#include <boost/interprocess/detail/config_begin.hpp>
#include <boost/interprocess/detail/workaround.hpp>
#include <boost/interprocess/creation_tags.hpp>
#include <boost/interprocess/exceptions.hpp>
#include <boost/move/utility_core.hpp>
#include <boost/interprocess/interprocess_fwd.hpp>
#include <boost/interprocess/detail/os_file_functions.hpp>
#include <boost/interprocess/detail/shared_dir_helpers.hpp>
#include <boost/interprocess/permissions.hpp>
#include <cstddef>
#include <string>
#include <algorithm>
#include <boost/interprocess/detail/config_end.hpp>
Include dependency graph for shared_memory_object.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::interprocess::shared_memory_object
 A class that wraps a shared memory mapping that can be used to create mapped regions from the mapped files. More...
 
class  boost::interprocess::remove_shared_memory_on_destroy
 A class that stores the name of a shared memory and calls shared_memory_object::remove(name) in its destructor Useful to remove temporary shared memory objects in the presence of exceptions. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::interprocess
 

Detailed Description

Describes a shared memory object management class.