|
Equalizer 1.0
|
Inheritance diagram for eqNbody::Node:
Collaboration diagram for eqNbody::Node: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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:
1.0 by
1.7.3