#include <SharedMem.h>
|
class | Lock |
| Use to get a scoped semaphore lock on the shared memory. More...
|
|
◆ iterator
◆ SharedMem()
gnash::SharedMem::SharedMem |
( |
size_t |
size | ) |
|
Construct a SharedMem with the requested size.
- Parameters
-
size | The size of the shared memory section. If successfully created, the segment will be exactly this size and is not resizable. |
◆ ~SharedMem()
gnash::SharedMem::~SharedMem |
( |
| ) |
|
◆ attach()
bool gnash::SharedMem::attach |
( |
| ) |
|
◆ begin()
iterator gnash::SharedMem::begin |
( |
| ) |
const |
|
inline |
◆ end()
iterator gnash::SharedMem::end |
( |
| ) |
const |
|
inline |
The end of the SharedMem section.
This is only valid after attach() has returned true.
The documentation for this class was generated from the following files: