eq::Object Class Reference

Base class for all distributed, inheritable objects in the eq namespace. More...

#include <object.h>

Inheritance diagram for eq::Object:
Inheritance graph
[legend]
Collaboration diagram for eq::Object:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Object ()
 Construct a new Object.
virtual ~Object ()
 Destruct the object.

Detailed Description

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.


Constructor & Destructor Documentation

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.


The documentation for this class was generated from the following file:
Generated on Wed Mar 10 16:38:05 2010 for Equalizer 0.9.1 by  doxygen 1.6.2