|
Squid Web Cache master
|
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 | |
| Class * | theObject |
| shared object | |
Friends | |
| class | Pointer< Class > |
|
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.
|
private |
|
static |
|
private |
|
friend |
|
private |
Definition at line 74 of file Pointer.h.
Referenced by Ipc::Mem::Object< Class >::Object().
|
private |
Definition at line 73 of file Pointer.h.
Referenced by Ipc::Mem::Object< Class >::Object().