#include <shm_object.hpp>
Public Member Functions | |
void | construct (const ShmObjectPtr &so) |
void | release () |
void | take () |
Public Attributes | |
uint8_t | data [0] |
uint32_t | len |
MsgListHead | lst |
atomic_uint32_t | ref |
Definition at line 101 of file shm_object.hpp.
void shm_transport::ShmMessage::construct | ( | const ShmObjectPtr & | so | ) | [inline] |
Definition at line 105 of file shm_object.hpp.
void shm_transport::ShmMessage::release | ( | ) | [inline] |
Definition at line 118 of file shm_object.hpp.
void shm_transport::ShmMessage::take | ( | ) | [inline] |
Definition at line 114 of file shm_object.hpp.
uint8_t shm_transport::ShmMessage::data[0] |
Definition at line 128 of file shm_object.hpp.
uint32_t shm_transport::ShmMessage::len |
Definition at line 127 of file shm_object.hpp.
Definition at line 125 of file shm_object.hpp.
Definition at line 126 of file shm_object.hpp.