#include <SharedMem.h>
List of all members.
Member Typedef Documentation
Constructor & Destructor Documentation
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. |
gnash::SharedMem::~SharedMem |
( |
| ) |
|
Member Function Documentation
bool gnash::SharedMem::attach |
( |
| ) |
|
Initialize the shared memory segment.
This is called by LocalConnection when either connect() or send() is called.
References assert, and s.
iterator gnash::SharedMem::begin |
( |
| ) |
const [inline] |
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: