shared_memory
All templated types in this namespaces are elementary types: int, double, float, char*, …
Typedefs
SHMMutex
Mutex
Public Functions
A Mutex accessible to several processes via the shared memory The mutex is cleaned from the shared memory on destruction if clean_memory_on_destruction is true (the default)
~Mutex
lock
lock the mutex
unlock
unlock the mutex
Public Static Functions
clean
Private Members
friend Lock
mutex_id_
mutex_
clean_memory_on_destruction_