Classes | Namespaces
USharedMemoryObject.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/mapped_region.hpp>
#include <boost/interprocess/shared_memory_object.hpp>
Include dependency graph for USharedMemoryObject.hpp:

Go to the source code of this file.

Classes

class  USharedMemoryObject< 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.