ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
TXC::TopoConfigElement Struct Reference

#include <L1TopoConfigGlobal.h>

Collaboration diagram for TXC::TopoConfigElement:

Public Member Functions

 TopoConfigElement ()=default
 
 TopoConfigElement (const std::string &name, const std::string &value)
 

Public Attributes

std::string name {""}
 
std::string value {""}
 

Detailed Description

Definition at line 13 of file L1TopoConfigGlobal.h.

Constructor & Destructor Documentation

◆ TopoConfigElement() [1/2]

TXC::TopoConfigElement::TopoConfigElement ( )
default

◆ TopoConfigElement() [2/2]

TXC::TopoConfigElement::TopoConfigElement ( const std::string &  name,
const std::string &  value 
)
inline

Definition at line 15 of file L1TopoConfigGlobal.h.

15 : name(name), value(value) {}

Member Data Documentation

◆ name

std::string TXC::TopoConfigElement::name {""}

Definition at line 16 of file L1TopoConfigGlobal.h.

◆ value

std::string TXC::TopoConfigElement::value {""}

Definition at line 17 of file L1TopoConfigGlobal.h.


The documentation for this struct was generated from the following file:
TXC::TopoConfigElement::name
std::string name
Definition: L1TopoConfigGlobal.h:16
TXC::TopoConfigElement::value
std::string value
Definition: L1TopoConfigGlobal.h:17