#include <boost/interprocess/managed_shared_memory.hpp>
#include <boost/atomic/atomic.hpp>
Go to the source code of this file.
Classes | |
class | shm_transport::MsgListHead |
class | shm_transport::ShmMessage |
class | shm_transport::ShmObject |
Namespaces | |
namespace | shm_transport |
Typedefs | |
typedef boost::atomic< uint32_t > | shm_transport::atomic_uint32_t |
typedef boost::interprocess::interprocess_mutex | shm_transport::ipc_mutex |
typedef boost::interprocess::managed_shared_memory | shm_transport::mng_shm |
typedef boost::shared_ptr < boost::interprocess::managed_shared_memory > | shm_transport::mng_shm_ptr |
typedef boost::shared_ptr < ShmObject > | shm_transport::ShmObjectPtr |