Hedgehog  3.1.0
A library to generate hybrid pipeline workflow systems
Loading...
Searching...
No Matches
core_graph.h File Reference
Include dependency graph for core_graph.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hh::core::CoreGraph< Separator, AllTypes >
 Graph core. More...
 

Namespaces

namespace  hh
 Hedgehog main namespace.
 
namespace  hh::core
 Hedgehog core namespace.
 

Typedefs

template<size_t Separator, class... AllTypes>
using hh::core::GIM = tool::GraphInputsManagementAbstractionTypeDeducer_t< tool::Inputs< Separator, AllTypes... > >
 Type alias for an GraphInputsManagementAbstraction from the list of template parameters.
 
template<size_t Separator, class... AllTypes>
using hh::core::GOM = tool::GraphOutputsManagementAbstractionTypeDeducer_t< tool::Outputs< Separator, AllTypes... > >
 Type alias for an GraphOutputsManagementAbstraction from the list of template parameters.