The Gaudi Framework  v31r0 (aeb156f0)
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 121 of file PrecedenceRulesGraph.h.

Member Function Documentation

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

Definition at line 122 of file PrecedenceRulesGraph.h.

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

Definition at line 124 of file PrecedenceRulesGraph.h.

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

Definition at line 126 of file PrecedenceRulesGraph.h.

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

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