Belle II Software development
|
This is the complete list of members for Manager, including all inherited members.
addAlias(const std::string &alias, const std::string &variable) | Manager | |
addCollection(const std::string &collection, const std::vector< std::string > &variables) | Manager | |
assertValidName(const std::string &name) | Manager | |
c_bool enum value (defined in Manager) | Manager | |
c_double enum value (defined in Manager) | Manager | |
c_int enum value (defined in Manager) | Manager | |
checkDeprecatedVariable(const std::string &name) | Manager | |
clearAliases() | Manager | |
createVariable(const std::string &name) | Manager | private |
createVariable(const std::string &fullname, const std::string &functionName, const std::vector< std::string > &functionArguments) | Manager | private |
deprecateVariable(const std::string &name, bool make_fatal, const std::string &version, const std::string &description) | Manager | |
evaluate(const std::string &varName, const Particle *p) | Manager | |
FunctionPtr typedef | Manager | |
getAliasNames() const | Manager | |
getCollection(const std::string &collection) | Manager | |
getNames() const | Manager | |
getVariable(std::string name) | Manager | |
getVariable(const std::string &functionName, const std::vector< std::string > &functionArguments) | Manager | |
getVariables(const std::vector< std::string > &variables) | Manager | |
getVariables() const | Manager | inline |
Instance() | Manager | static |
m_alias | Manager | private |
m_collection | Manager | private |
m_currentGroup | Manager | private |
m_deprecated | Manager | private |
m_meta_variables | Manager | private |
m_parameter_variables | Manager | private |
m_variables | Manager | private |
m_variablesInRegistrationOrder | Manager | private |
Manager() (defined in Manager) | Manager | inlineprivate |
Manager(const Manager &) | Manager | private |
MetaFunctionPtr typedef | Manager | |
Object typedef | Manager | |
ParameterFunctionPtr typedef | Manager | |
printAliases() | Manager | |
registerVariable(const std::string &name, const Manager::FunctionPtr &f, const std::string &description, const Manager::VariableDataType &v, const std::string &unit="") | Manager | |
registerVariable(const std::string &name, const Manager::ParameterFunctionPtr &f, const std::string &description, const Manager::VariableDataType &v, const std::string &unit="") | Manager | |
registerVariable(const std::string &name, const Manager::MetaFunctionPtr &f, const std::string &description, const Manager::VariableDataType &v) | Manager | |
resolveAlias(const std::string &alias) | Manager | |
resolveCollections(const std::vector< std::string > &variables) | Manager | |
setVariableGroup(const std::string &groupName) | Manager | |
VariableDataType enum name | Manager | |
VarVariant typedef | Manager | |
~Manager() (defined in Manager) | Manager | private |