Belle II Software development
|
A variable taking string arguments returning a variable. More...
#include <Manager.h>
Public Member Functions | |
MetaVar (const std::string &n, MetaFunctionPtr f, const std::string &d, const std::string &g="", const VariableDataType &v=VariableDataType::c_double) | |
ctor | |
void | extendDescriptionString (const std::string &d) |
function to extend the description of the variable | |
Public Attributes | |
MetaFunctionPtr | function |
Pointer to function. | |
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 | |
|
inlineexplicit |
ctor
Definition at line 167 of file Manager.h.
|
inlineinherited |
function to extend the description of the variable
Definition at line 139 of file Manager.h.
|
inherited |
MetaFunctionPtr function |
|
inherited |
|
inherited |