The Gaudi Framework  v30r3 (a5ef0a68)
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 129 of file PrecedenceRulesGraph.h.

Member Function Documentation

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

Definition at line 130 of file PrecedenceRulesGraph.h.

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

Definition at line 132 of file PrecedenceRulesGraph.h.

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

Definition at line 134 of file PrecedenceRulesGraph.h.

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

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