![]() |
ATLAS Offline Software
|
#include <TrigConfVar.h>
Public Member Functions | |
| TrigConfVar () | |
| TrigConfVar (const std::string &name, uint32_t id) | |
| ~TrigConfVar () | |
| const std::string & | name () const |
| const std::string & | getName () const |
| uint32_t | id () const |
| uint32_t | getId () const |
| void | print (std::ostream &os) const |
Private Attributes | |
| uint32_t | m_id |
| std::string | m_name |
Definition at line 29 of file TrigConfVar.h.
| TrigConfVar::TrigConfVar | ( | ) |
Definition at line 18 of file TrigConfVar.cxx.
| TrigConfVar::TrigConfVar | ( | const std::string & | name, |
| uint32_t | id ) |
Definition at line 25 of file TrigConfVar.cxx.
|
inline |
Definition at line 34 of file TrigConfVar.h.
|
inline |
Definition at line 40 of file TrigConfVar.h.
|
inline |
Definition at line 37 of file TrigConfVar.h.
|
inline |
Definition at line 39 of file TrigConfVar.h.
|
inline |
Definition at line 36 of file TrigConfVar.h.
| void TrigConfVar::print | ( | std::ostream & | os | ) | const |
Definition at line 32 of file TrigConfVar.cxx.
|
private |
Definition at line 46 of file TrigConfVar.h.
|
private |
Definition at line 47 of file TrigConfVar.h.