Belle II Software development
|
Base class for information common to all types of variables. More...
#include <Manager.h>
Public Member Functions | |
VarBase (const std::string &n, const std::string &d, const std::string &g, const VariableDataType &v) | |
ctor | |
void | extendDescriptionString (const std::string &d) |
function to extend the description of the variable | |
Public Attributes | |
std::string | name |
Unique identifier of the function, used as key. | |
std::string | description |
Description of what this function does. | |
std::string | group |
Associated group. | |
VariableDataType | variabletype |
data type of variable | |
Base class for information common to all types of variables.
|
inline |
ctor
Definition at line 135 of file Manager.h.
|
inline |
function to extend the description of the variable
std::string description |
std::string name |
VariableDataType variabletype |