Describes file_mapping and mapped region classes. 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/interprocess/detail/utilities.hpp>#include <boost/interprocess/creation_tags.hpp>#include <boost/interprocess/detail/os_file_functions.hpp>#include <boost/move/utility_core.hpp>#include <string>#include <boost/interprocess/detail/config_end.hpp>

Classes | |
| class | boost::interprocess::file_mapping |
| A class that wraps a file-mapping that can be used to create mapped regions from the mapped files. More... | |
| class | boost::interprocess::remove_file_on_destroy |
| A class that stores the name of a file and tries to remove it in its destructor Useful to remove temporary files in the presence of exceptions. More... | |
Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::interprocess | |
Describes file_mapping and mapped region classes.