attaches to a shared memory segment with Class object owned by Owner More...
#include <Pointer.h>
Static Public Member Functions | |
static Pointer< Class > | Old (const char *const id) |
Private Member Functions | |
Object (const char *const id) | |
Object (const Object &) | |
Object & | operator= (const Object &) |
Private Attributes | |
Segment | theSegment |
shared memory segment that holds the object More... | |
Class * | theObject |
shared object More... | |
Friends | |
class | Pointer< Class > |
Detailed Description
Constructor & Destructor Documentation
◆ Object() [1/2]
|
explicitprivate |
Definition at line 184 of file Pointer.h.
References Ipc::Mem::Segment::mem(), Must, Ipc::Mem::Segment::open(), Ipc::Mem::Segment::size(), Ipc::Mem::Object< Class >::theObject, and Ipc::Mem::Object< Class >::theSegment.
◆ Object() [2/2]
|
private |
Member Function Documentation
◆ Old()
|
static |
◆ operator=()
|
private |
Friends And Related Function Documentation
◆ Pointer< Class >
Member Data Documentation
◆ theObject
|
private |
Definition at line 74 of file Pointer.h.
Referenced by Ipc::Mem::Object< Class >::Object().
◆ theSegment
|
private |
Definition at line 73 of file Pointer.h.
Referenced by Ipc::Mem::Object< Class >::Object().
The documentation for this class was generated from the following file:
- src/ipc/mem/Pointer.h