Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
IdDictLabel.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef IDDICT_IdDictLabel_H
6 #define IDDICT_IdDictLabel_H
7 
8 #include <string>
9 
10 struct IdDictLabel {
11  std::string m_name;
12  bool m_valued{};
13  int m_value{};
14 };
15 
16 #endif
17 
IdDictLabel::m_value
int m_value
Definition: IdDictLabel.h:13
IdDictLabel::m_valued
bool m_valued
Definition: IdDictLabel.h:12
IdDictLabel
Definition: IdDictLabel.h:10
IdDictLabel::m_name
std::string m_name
Definition: IdDictLabel.h:11