|
Hedgehog
3.1.0
A library to generate hybrid pipeline workflow systems
|
#include <ostream>#include "../../parts/graph_sink.h"#include "../base/input_output/slot_abstraction.h"#include "../base/input_output/sender_abstraction.h"#include "../base/input_output/notifier_abstraction.h"#include "../base/input_output/receiver_abstraction.h"#include "../../../tools/concepts.h"#include "../../implementors/concrete_implementor/graph/graph_notifier.h"#include "../../implementors/concrete_implementor/graph/graph_sender.h"

Go to the source code of this file.
Classes | |
| class | hh::core::abstraction::GraphOutputsManagementAbstraction< Outputs > |
| Output management abstraction for the grpah. More... | |
Namespaces | |
| namespace | hh |
| Hedgehog main namespace. | |
| namespace | hh::core |
| Hedgehog core namespace. | |
| namespace | hh::core::abstraction |
| Hedgehog abstraction namespace. | |