The Gaudi Framework  master (37c0b60a)
concurrency Namespace Reference

Classes

class  ActiveLineageScout
 
class  AlgorithmNode
 
struct  CompareNodes
 
class  ConditionalLineageFinder
 
class  ConditionNode
 
class  ControlFlowNode
 
class  DataNode
 
class  DataReadyPromoter
 
class  DecisionNode
 
class  DecisionUpdater
 
class  IGraphVisitor
 
struct  IPrecedenceRulesGraph
 
class  NodePropertiesValidator
 
class  PrecedenceRulesGraph
 
class  ProductionAmbiguityFinder
 
class  RankerByCummulativeOutDegree
 
class  RankerByDataRealmEccentricity
 
class  RankerByEccentricity
 
class  RankerByProductConsumption
 
class  RankerByTiming
 
class  RunSimulator
 
class  SubSlotScout
 
class  Supervisor
 
class  TarjanSCCFinder
 

Typedefs

using Concurrent = Gaudi::tagged_bool< class Concurrent_tag >
 
using PromptDecision = Gaudi::tagged_bool< class PromptDecision_tag >
 
using ModeOr = Gaudi::tagged_bool< class ModeOr_tag >
 
using AllPass = Gaudi::tagged_bool< class AllPass_tag >
 
using Inverted = Gaudi::tagged_bool< class Inverted_tag >
 
using AState = AlgsExecutionStates::State
 

Typedef Documentation

◆ AllPass

using concurrency::AllPass = typedef Gaudi::tagged_bool<class AllPass_tag>

Definition at line 42 of file PrecedenceRulesGraph.h.

◆ AState

Definition at line 21 of file Promoters.cpp.

◆ Concurrent

using concurrency::Concurrent = typedef Gaudi::tagged_bool<class Concurrent_tag>

Definition at line 39 of file PrecedenceRulesGraph.h.

◆ Inverted

using concurrency::Inverted = typedef Gaudi::tagged_bool<class Inverted_tag>

Definition at line 43 of file PrecedenceRulesGraph.h.

◆ ModeOr

using concurrency::ModeOr = typedef Gaudi::tagged_bool<class ModeOr_tag>

Definition at line 41 of file PrecedenceRulesGraph.h.

◆ PromptDecision

using concurrency::PromptDecision = typedef Gaudi::tagged_bool<class PromptDecision_tag>

Definition at line 40 of file PrecedenceRulesGraph.h.