Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
creation_tags.hpp File Reference
#include <boost/interprocess/detail/config_begin.hpp>
#include <boost/interprocess/detail/workaround.hpp>
#include <boost/interprocess/detail/config_end.hpp>
Include dependency graph for creation_tags.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::interprocess::create_only_t
 Tag to indicate that the resource must be only created. More...
 
struct  boost::interprocess::open_only_t
 Tag to indicate that the resource must be only opened. More...
 
struct  boost::interprocess::open_read_only_t
 Tag to indicate that the resource must be only opened for reading. More...
 
struct  boost::interprocess::open_read_private_t
 Tag to indicate that the resource must be only opened privately for reading. More...
 
struct  boost::interprocess::open_copy_on_write_t
 Tag to indicate that the resource must be only opened for reading. More...
 
struct  boost::interprocess::open_or_create_t
 Tag to indicate that the resource must be created. More...
 

Namespaces

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

Enumerations

enum  boost::interprocess::ipcdetail::create_enum_t {
  boost::interprocess::ipcdetail::DoCreate,
  boost::interprocess::ipcdetail::DoOpen,
  boost::interprocess::ipcdetail::DoOpenOrCreate
}