![]() |
ATLAS Offline Software
|
#include <AthenaAttributeSpecification.h>
Public Member Functions | |
| AthenaAttributeSpecification (const std::string &n, const std::string &t, const std::string &g="UNKNOWN", const std::string &u="UNKNOWN") | |
| AthenaAttributeSpecification (const std::string &n, const AthenaAttributeType &t) | |
| const std::string & | name () const |
| std::string | typeName () const |
| std::string | unit () const |
| std::string | group () const |
| const AthenaAttributeType & | attributeType () const |
| bool | operator== (const AthenaAttributeSpecification &rhs) const |
| Equal operator. | |
| bool | operator!= (const AthenaAttributeSpecification &rhs) const |
| Comparison operator. | |
Private Attributes | |
| std::string | m_name |
| AthenaAttributeType | m_type |
Definition at line 24 of file AthenaAttributeSpecification.h.
|
inline |
Definition at line 28 of file AthenaAttributeSpecification.h.
|
inline |
Definition at line 34 of file AthenaAttributeSpecification.h.
|
inline |
Definition at line 43 of file AthenaAttributeSpecification.h.
|
inline |
Definition at line 42 of file AthenaAttributeSpecification.h.
|
inline |
Definition at line 39 of file AthenaAttributeSpecification.h.
|
inline |
Comparison operator.
Definition at line 65 of file AthenaAttributeSpecification.h.
|
inline |
Equal operator.
Definition at line 58 of file AthenaAttributeSpecification.h.
|
inline |
Definition at line 40 of file AthenaAttributeSpecification.h.
|
inline |
Definition at line 41 of file AthenaAttributeSpecification.h.
|
private |
Definition at line 52 of file AthenaAttributeSpecification.h.
|
private |
Definition at line 53 of file AthenaAttributeSpecification.h.