![]() |
ATLAS Offline Software
|
#include <AthenaAttributeType.h>
Public Member Functions | |
| AthenaAttributeType () | |
| AthenaAttributeType (std::string t, std::string u, std::string g) | |
| std::string | info () const |
| std::string | extraInfo () const |
| void | setType (const std::string &info) |
| void | setUnit (const std::string &info) |
| void | setGroup (const std::string &info) |
| void | fromString (const std::string &info) |
| std::string | typeName () const |
| std::string | unit () const |
| std::string | group () const |
| const std::set< std::string > & | getKeys () |
| bool | operator== (const AthenaAttributeType &rhs) const |
| bool | operator!= (const AthenaAttributeType &rhs) const |
Private Member Functions | |
| bool | setInfoForKey (const std::string &key, const std::string &info) |
Private Attributes | |
| std::map< std::string, std::string > | m_keyedInfo |
| std::set< std::string > | m_keys |
Definition at line 30 of file AthenaAttributeType.h.
|
inline |
Definition at line 34 of file AthenaAttributeType.h.
|
inline |
Definition at line 70 of file AthenaAttributeType.h.
|
inline |
Definition at line 151 of file AthenaAttributeType.h.
|
inline |
Definition at line 96 of file AthenaAttributeType.h.
|
inline |
Definition at line 56 of file AthenaAttributeType.h.
|
inline |
Definition at line 135 of file AthenaAttributeType.h.
|
inline |
Definition at line 143 of file AthenaAttributeType.h.
|
inline |
Definition at line 167 of file AthenaAttributeType.h.
|
inline |
|
inline |
Definition at line 47 of file AthenaAttributeType.h.
|
inlineprivate |
Definition at line 85 of file AthenaAttributeType.h.
|
inline |
Definition at line 45 of file AthenaAttributeType.h.
|
inline |
Definition at line 46 of file AthenaAttributeType.h.
|
inline |
Definition at line 119 of file AthenaAttributeType.h.
|
inline |
Definition at line 127 of file AthenaAttributeType.h.
|
private |
Definition at line 65 of file AthenaAttributeType.h.
|
private |
Definition at line 66 of file AthenaAttributeType.h.