Equalizer
1.2.1
|
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. |
Definition at line 37 of file share/Equalizer/examples/eqNBody/node.h.
eqNbody::Node::Node | ( | eq::Config * | parent | ) | [inline] |
Construct a new node.
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.
Reimplemented from eq::Node.
Definition at line 43 of file share/Equalizer/examples/eqNBody/node.h.
bool eqNbody::Node::configExit | ( | ) | [protected, virtual] |
Exit this node.
Reimplemented from eq::Node.
Definition at line 58 of file eqNBody/node.cpp.
References eq::Node::configExit().
bool eqNbody::Node::configInit | ( | const eq::uint128_t & | initID | ) | [protected, virtual] |
Initialize this node.
initID | the init identifier. |
Reimplemented from eq::Node.
Definition at line 41 of file eqNBody/node.cpp.
References eq::Node::configInit().