

Public Member Functions | |
| Node (eq::Config *parent) | |
| Constructs a new node. | |
Protected Member Functions | |
| virtual | ~Node () |
| Destructs the node. | |
| virtual bool | configInit (const uint32_t initID) |
| Initialises this node. | |
| virtual bool | configExit () |
| Exit this node. | |
Definition at line 25 of file examples/eqNBody/node.h.
| eqNbody::Node::Node | ( | eq::Config * | parent | ) | [inline] |
Constructs a new node.
Reimplemented from eq::Node.
Definition at line 28 of file examples/eqNBody/node.h.
| virtual eqNbody::Node::~Node | ( | ) | [inline, protected, virtual] |
Destructs the node.
Reimplemented from eq::Node.
Definition at line 31 of file examples/eqNBody/node.h.
| bool eqNbody::Node::configInit | ( | const uint32_t | initID | ) | [protected, virtual] |
Initialises this node.
| initID | the init identifier. |
Reimplemented from eq::Node.
Definition at line 29 of file examples/eqNBody/node.cpp.
References eq::ASYNC, eq::Node::configInit(), eq::Node::getConfig(), eq::Node::IATTR_THREAD_MODEL, and eq::UNDEFINED.

0.9.1 by
1.6.1