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>

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 | |
Describes a shared memory object management class.