#include <Space.h>
Inheritance diagram for opal::Space:
Public Member Functions | |
Space () | |
virtual void OPAL_CALL | setParentSpace (Space *parentSpace)=0 |
virtual void OPAL_CALL | internal_destroy () |
Protected Member Functions | |
virtual | ~Space () |
Definition at line 39 of file Space.h.
|
|
|
|
|
Internal function used to destroy this object.
|
|
Removes the Space from its current parent Space and adds it to the new Space. Implemented in opal::ODESpace. |