Classes | Namespaces
MSharedMemoryObject.hpp File Reference

(1)

A shared memory object that uses the Boost interprocess library. More...

#include <Balau/Exception/ResourceExceptions.hpp>
#include <Balau/Interprocess/SharedMemoryUtils.hpp>
#include <Balau/Dev/Assert.hpp>
#include <Balau/Type/UUID.hpp>
#include <boost/interprocess/managed_shared_memory.hpp>
Include dependency graph for MSharedMemoryObject.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MSharedMemoryObject< T >
 A shared memory object that uses the Boost interprocess library. More...
 

Namespaces

 Balau::Interprocess
 Interprocess functionality including interprocess containers.
 

Detailed Description

A shared memory object that uses the Boost interprocess library.