The Gaudi Framework  v29r0 (ff2e7097)
precedence::VertexName Struct Reference

#include <src/PrecedenceRulesGraph.h>

Inheritance diagram for precedence::VertexName:
Collaboration diagram for precedence::VertexName:

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 109 of file PrecedenceRulesGraph.h.

Member Function Documentation

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

Definition at line 110 of file PrecedenceRulesGraph.h.

110 { return props.m_name; }
std::string precedence::VertexName::operator() ( const DecisionHubProps props) const
inline

Definition at line 112 of file PrecedenceRulesGraph.h.

112 { return props.m_name; }
std::string precedence::VertexName::operator() ( const DataProps props) const
inline

Definition at line 114 of file PrecedenceRulesGraph.h.

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

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