fdhwlib
2.0.25
|
#include <sharedMemory.h>
Definition at line 28 of file sharedMemory.h.
sharedMemory::sharedMemory | ( | int | size, |
const char * | dir = "~" |
||
) |
char* sharedMemory::getReference | ( | ) |
int sharedMemory::getSize | ( | ) |
Returns the size of the allocated shared memory segment.
The size can be different from the specified size in the constructor when a segment with the requested key was already existing
void sharedMemory::remove | ( | ) |
int sharedMemory::shmid [private] |
Definition at line 45 of file sharedMemory.h.
char* sharedMemory::shmptr [private] |
Definition at line 46 of file sharedMemory.h.