Belle II Software development
|
Class that specifies the names of the variables. More...
#include <VarNames.h>
Public Types | |
using | Object = AObject |
Basic type from which the variables are generated. | |
Static Public Member Functions | |
static constexpr char const * | getName (int iName) |
Function looking up the variable name at the given index as compile time. | |
Static Public Attributes | |
static const std::size_t | nVars = 0 |
Number of variables to be generated. | |
Class that specifies the names of the variables.
Definition at line 21 of file VarNames.h.
using Object = AObject |
Basic type from which the variables are generated.
Definition at line 25 of file VarNames.h.
|
inlinestaticconstexpr |
Function looking up the variable name at the given index as compile time.
Definition at line 31 of file VarNames.h.
|
static |
Number of variables to be generated.
Definition at line 28 of file VarNames.h.