SharedObjectBase Class Reference#include <SharedObject.h>
Inheritance diagram for SharedObjectBase:
[legend]List of all members.
Detailed Description
It's nice to have a parent class of SharedObject (which is what you probably want to be reading) so that you can pass around the data structure without worrying about what type is inside the shared memory region.
See MotionManager for an example on how to use this.
Definition at line 9 of file SharedObject.h.
Constructor & Destructor Documentation
SharedObjectBase::SharedObjectBase |
( |
|
) |
[inline, protected] |
|
|
constructor, protected because you shouldn't need to create this directly, just a common interface to all templates of SharedObject
Definition at line 15 of file SharedObject.h. |
|
this shouldn't be called...
|
Member Function Documentation
void* SharedObjectBase::data |
( |
|
) |
const [inline] |
|
RCRegion* SharedObjectBase::getRegion |
( |
|
) |
const [inline] |
|
|
this shouldn't be called...
|
Member Data Documentation
|
the pointer to the shared memory region this is in charge of
Definition at line 26 of file SharedObject.h. |
The documentation for this class was generated from the following file:
|