|
SHM
Shared-memory based Handy-communication Manager
|
Class that is described the method of accessing POSIX shared memory. More...
#include <shm_base.hpp>
Public Member Functions | |
| SharedMemoryPosix (std::string name, int oflag, PERM perm) | |
| virtual bool | connect (size_t size=0) |
| virtual int | disconnect () |
| virtual bool | isDisconnected () const |
Public Member Functions inherited from irlab::shm::SharedMemory | |
| SharedMemory (int oflag, PERM perm) | |
| size_t | getSize () const |
| unsigned char * | getPtr () |
Protected Attributes | |
| std::string | shm_name |
Protected Attributes inherited from irlab::shm::SharedMemory | |
| int | shm_fd |
| int | shm_oflag |
| PERM | shm_perm |
| size_t | shm_size |
| unsigned char * | shm_ptr |
Class that is described the method of accessing POSIX shared memory.
Definition at line 113 of file shm_base.hpp.