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

Go to the source code of this file.

Classes

class  hh::core::CoreStateManager< Separator, AllTypes >
 AbstractState manager core. More...
 

Namespaces

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

Typedefs

template<size_t Separator, class ... AllTypes>
using hh::core::TIM = tool::TaskInputsManagementAbstractionTypeDeducer_t< tool::Inputs< Separator, AllTypes... > >
 Type alias for an TaskInputsManagementAbstraction from the list of template parameters.
 
template<size_t Separator, class ... AllTypes>
using hh::core::TOM = tool::TaskOutputsManagementAbstractionTypeDeducer_t< tool::Outputs< Separator, AllTypes... > >
 Type alias for an TaskOutputsManagementAbstraction from the list of template parameters.