|
Hedgehog
3.1.0
A library to generate hybrid pipeline workflow systems
|
Behavior abstraction for the base node. More...
#include "node.h"


Public Member Functions | |
| Node (std::shared_ptr< hh::core::abstraction::NodeAbstraction > core) | |
| Constructor's node. | |
| virtual | ~Node ()=default |
| Default destructor. | |
| std::shared_ptr< hh::core::abstraction::NodeAbstraction > const & | core () const |
| Core accessor. | |
| std::string | name () const |
| Node's name accessor. | |
Private Attributes | |
| std::shared_ptr< hh::core::abstraction::NodeAbstraction > const | core_ = nullptr |
| Node's core. | |
|
inlineexplicit |
|
virtualdefault |
Default destructor.
|
inline |
|
inline |
|
private |