|
SHM
Shared-memory based Handy-communication Manager
|
Class that abstracts the method of accessing shared memory. More...
#include <shm_base.hpp>
Public Member Functions | |
| SharedMemory (int oflag, PERM perm) | |
| virtual bool | connect (size_t size=0)=0 |
| virtual int | disconnect ()=0 |
| size_t | getSize () const |
| unsigned char * | getPtr () |
| virtual bool | isDisconnected () const =0 |
Protected Attributes | |
| int | shm_fd |
| int | shm_oflag |
| PERM | shm_perm |
| size_t | shm_size |
| unsigned char * | shm_ptr |
Class that abstracts the method of accessing shared memory.
Definition at line 85 of file shm_base.hpp.