#include <JackShmMem.h>
Inheritance diagram for Jack::JackShmMem:
Public Member Functions | |
void * | operator new (size_t size) |
void | operator delete (void *p, size_t size) |
JackShmMem () | |
virtual | ~JackShmMem () |
int | GetShmIndex () |
char * | GetShmAddress () |
void | LockMemory () |
void | UnlockMemory () |
Protected Attributes | |
jack_shm_info_t | fInfo |
Static Protected Attributes | |
static unsigned int | fSegmentNum |
static jack_shm_info_t | gInfo |
A class which objects need to be allocated in shared memory derives from this class.
Definition at line 96 of file JackShmMem.h.