|
Hedgehog
3.1.0
A library to generate hybrid pipeline workflow systems
|
#include <memory>#include <string>#include <ostream>#include <utility>#include "../../behavior/copyable.h"#include "../../behavior/cleanable.h"#include "../../behavior/task_node.h"#include "../../behavior/multi_execute.h"#include "../../behavior/input_output/multi_receivers.h"#include "../../behavior/input_output/task_multi_senders.h"#include "../../core/nodes/core_task.h"

Go to the source code of this file.
Classes | |
| class | hh::AbstractTask< Separator, AllTypes > |
| Base node for computation. More... | |
Namespaces | |
| namespace | hh |
| Hedgehog main namespace. | |