The Gaudi Framework  v32r2 (46d42edc)
precedence::VertexName Struct Reference

#include <src/PRGraph/PrecedenceRulesGraph.h>

Public Member Functions

std::string operator() (const AlgoProps &props) const
 
std::string operator() (const DecisionHubProps &props) const
 
std::string operator() (const DataProps &props) const
 

Detailed Description

Definition at line 120 of file PrecedenceRulesGraph.h.

Member Function Documentation

◆ operator()() [1/3]

std::string precedence::VertexName::operator() ( const AlgoProps props) const
inline

Definition at line 121 of file PrecedenceRulesGraph.h.

121 { return props.m_name; }

◆ operator()() [2/3]

std::string precedence::VertexName::operator() ( const DecisionHubProps props) const
inline

Definition at line 123 of file PrecedenceRulesGraph.h.

123 { return props.m_name; }

◆ operator()() [3/3]

std::string precedence::VertexName::operator() ( const DataProps props) const
inline

Definition at line 125 of file PrecedenceRulesGraph.h.

125 { return props.m_id.fullKey(); }

The documentation for this struct was generated from the following file: