Belle II Software
release-08-01-10
|
Internal class that registers a variable with Manager when constructed. More...
#include <Manager.h>
Public Member Functions | |
Proxy (const std::string &name, Manager::FunctionPtr f, const std::string &description, Manager::VariableDataType v, const std::string &unit="") | |
constructor. | |
Proxy (const std::string &name, Manager::ParameterFunctionPtr f, const std::string &description, Manager::VariableDataType v, const std::string &unit="") | |
constructor. | |
Proxy (const std::string &name, Manager::MetaFunctionPtr f, const std::string &description, Manager::VariableDataType v) | |
constructor. | |
Internal class that registers a variable with Manager when constructed.