The Gaudi Framework  v29r0 (ff2e7097)
precedence Namespace Reference

Classes

struct  AlgoProps
 
struct  AlgoTraceProps
 
struct  AllPass
 
struct  CFDecision
 
struct  DataProps
 
struct  DecisionHubProps
 
struct  DecisionNegation
 
struct  Duration
 
struct  EndTime
 
struct  FSMState
 
struct  GroupExit
 
struct  GroupLogic
 
struct  GroupMode
 
struct  Operations
 
struct  StartTime
 
struct  VertexName
 

Typedefs

using PrecTrace = boost::adjacency_list< boost::vecS, boost::vecS, boost::bidirectionalS, AlgoTraceProps >
 
using AlgoTraceVertex = boost::graph_traits< PrecTrace >::vertex_descriptor
 
using VariantVertexProps = boost::variant< AlgoProps, DecisionHubProps, DataProps >
 
using PRGraph = boost::adjacency_list< boost::vecS, boost::vecS, boost::bidirectionalS, VariantVertexProps >
 
using PRVertexDesc = boost::graph_traits< PRGraph >::vertex_descriptor
 

Typedef Documentation

using precedence::AlgoTraceVertex = typedef boost::graph_traits<PrecTrace>::vertex_descriptor

Definition at line 44 of file PrecedenceRulesGraph.h.

using precedence::PrecTrace = typedef boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, AlgoTraceProps>

Definition at line 43 of file PrecedenceRulesGraph.h.

using precedence::PRGraph = typedef boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, VariantVertexProps>

Definition at line 308 of file PrecedenceRulesGraph.h.

using precedence::PRVertexDesc = typedef boost::graph_traits<PRGraph>::vertex_descriptor

Definition at line 309 of file PrecedenceRulesGraph.h.

Definition at line 307 of file PrecedenceRulesGraph.h.