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. |
Definition at line 39 of file share/Equalizer/examples/eVolve/node.h.
eVolve::Node::Node | ( | eq::Config * | parent | ) | [inline] |
Construct a new node.
Reimplemented from eq::Node.
Definition at line 42 of file share/Equalizer/examples/eVolve/node.h.
virtual eVolve::Node::~Node | ( | ) | [inline, protected, virtual] |
Destruct the node.
Reimplemented from eq::Node.
Definition at line 45 of file share/Equalizer/examples/eVolve/node.h.
bool eVolve::Node::configInit | ( | const eq::uint128_t & | initID | ) | [protected, virtual] |
Initialize this node.
initID | the init identifier. |
Reimplemented from eq::Node.
Definition at line 36 of file eVolve/node.cpp.
References eq::Node::configInit(), eq::fabric::Node< Config, Node, Pipe, NodeVisitor >::getConfig(), eq::fabric::Node< Config, Node, Pipe, NodeVisitor >::getIAttribute(), eq::fabric::Node< Config, Node, Pipe, NodeVisitor >::IATTR_THREAD_MODEL, eVolve::Config::mapData(), and eq::fabric::Object::setError().