#include <boost/interprocess/detail/config_begin.hpp>
#include <boost/interprocess/detail/workaround.hpp>
#include <boost/interprocess/detail/config_end.hpp>
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 } |