nixd
|
Shared memory object, the object will be removed in dtor. More...
#include <AutoRemoveShm.h>
Public Member Functions | |
AutoRemoveShm (std::string ShmName, boost::interprocess::offset_t Size) | |
~AutoRemoveShm () | |
const std::string & | shmName () const |
boost::interprocess::shared_memory_object & | get () |
Shared memory object, the object will be removed in dtor.
Definition at line 8 of file AutoRemoveShm.h.
nixd::util::AutoRemoveShm::AutoRemoveShm | ( | std::string | ShmName, |
boost::interprocess::offset_t | Size ) |
Definition at line 5 of file AutoRemoveShm.cpp.
|
inline |
Definition at line 15 of file AutoRemoveShm.h.
|
inline |
Definition at line 19 of file AutoRemoveShm.h.
|
inlinenodiscard |
Definition at line 17 of file AutoRemoveShm.h.