#include <shm_object.hpp>
Public Member Functions | |
| ShmObject (mng_shm *pshm, std::string name) | |
| ~ShmObject () | |
Public Attributes | |
| std::string | name_ |
| ipc_mutex * | plck_ |
| MsgListHead * | pmsg_ |
| atomic_uint32_t * | pref_ |
| mng_shm_ptr | pshm_ |
Definition at line 62 of file shm_object.hpp.
| shm_transport::ShmObject::ShmObject | ( | mng_shm * | pshm, |
| std::string | name | ||
| ) | [inline] |
Definition at line 65 of file shm_object.hpp.
| shm_transport::ShmObject::~ShmObject | ( | ) | [inline] |
Definition at line 79 of file shm_object.hpp.
| std::string shm_transport::ShmObject::name_ |
Definition at line 90 of file shm_object.hpp.
Definition at line 94 of file shm_object.hpp.
Definition at line 96 of file shm_object.hpp.
Definition at line 92 of file shm_object.hpp.
Definition at line 88 of file shm_object.hpp.