Equalizer  1.2.1
Public Member Functions | Protected Member Functions
eqNbody::Node Class Reference
+ Inheritance diagram for eqNbody::Node:
+ Collaboration diagram for eqNbody::Node:

List of all members.

Public Member Functions

 Node (eq::Config *parent)
 Construct a new node.

Protected Member Functions

virtual ~Node ()
 Destruct the node.
virtual bool configInit (const eq::uint128_t &initID)
 Initialize this node.
virtual bool configExit ()
 Exit this node.

Detailed Description

Definition at line 37 of file share/Equalizer/examples/eqNBody/node.h.


Constructor & Destructor Documentation

eqNbody::Node::Node ( eq::Config parent) [inline]

Construct a new node.

Version:
1.0

Reimplemented from eq::Node.

Definition at line 40 of file share/Equalizer/examples/eqNBody/node.h.

virtual eqNbody::Node::~Node ( ) [inline, protected, virtual]

Destruct the node.

Version:
1.0

Reimplemented from eq::Node.

Definition at line 43 of file share/Equalizer/examples/eqNBody/node.h.


Member Function Documentation

bool eqNbody::Node::configExit ( ) [protected, virtual]

Exit this node.

Version:
1.0

Reimplemented from eq::Node.

Definition at line 58 of file eqNBody/node.cpp.

References eq::Node::configExit().

+ Here is the call graph for this function:

bool eqNbody::Node::configInit ( const eq::uint128_t initID) [protected, virtual]

Initialize this node.

Parameters:
initIDthe init identifier.
Version:
1.0

Reimplemented from eq::Node.

Definition at line 41 of file eqNBody/node.cpp.

References eq::Node::configInit().

+ Here is the call graph for this function:


The documentation for this class was generated from the following files:
Generated on Fri Jun 8 2012 15:44:36 for Equalizer 1.2.1 by  doxygen 1.8.0