Base class for all distributed, inheritable objects in the eq namespace. More...
#include <object.h>


Public Member Functions | |
| Object () | |
| Construct a new Object. | |
| virtual | ~Object () |
| Destruct the object. | |
Base class for all distributed, inheritable objects in the eq namespace.
This class implements one usage pattern of net::Object, which allows subclassing and serialization of distributed Objects used by Equalizer. The inheritance Object -> Frustum -> View illustrates the usage of eq::Object.
Definition at line 33 of file client/object.h.
| eq::Object::Object | ( | ) | [inline] |
Construct a new Object.
Reimplemented from eq::fabric::Object.
Definition at line 37 of file client/object.h.
| virtual eq::Object::~Object | ( | ) | [inline, virtual] |
Destruct the object.
Reimplemented from eq::fabric::Object.
Definition at line 40 of file client/object.h.
0.9.1 by
1.6.2