|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef ATHENAPOOLUTILITIES_ATHENAATTRIBUTESPECIFICATION_H
6 #define ATHENAPOOLUTILITIES_ATHENAATTRIBUTESPECIFICATION_H
30 const std::string&
g =
"UNKNOWN",
31 const std::string&
u =
"UNKNOWN") :
61 this->m_type == rhs.
m_type );
68 this->m_type != rhs.
m_type );
std::string group() const
std::string group() const
@ u
Enums for curvilinear frames.
std::string typeName() const
AthenaAttributeSpecification(const std::string &n, const std::string &t, const std::string &g="UNKNOWN", const std::string &u="UNKNOWN")
bool operator==(const AthenaAttributeSpecification &rhs) const
Equal operator.
std::string typeName() const
const std::string & name() const
AthenaAttributeType m_type
const AthenaAttributeType & attributeType() const
bool operator!=(const AthenaAttributeSpecification &rhs) const
Comparison operator.
AthenaAttributeSpecification(const std::string &n, const AthenaAttributeType &t)