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

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>
Include dependency graph for file_mapping.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

Describes file_mapping and mapped region classes.