EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
This is the complete list of members for dfe::Dispatcher, including all inherited members.
add(std::string name, Interface &&func, std::vector< Variable::Type > &&arg_types, std::string help=std::string()) | dfe::Dispatcher | inline |
add(std::string name, std::function< R(Args...)> &&func, std::string help=std::string()) | dfe::Dispatcher | inline |
add(std::string name, R(*func)(Args...), std::string help=std::string()) | dfe::Dispatcher | inline |
add(std::string name, R(T::*member_func)(Args...), T *t, std::string help=std::string()) | dfe::Dispatcher | inline |
call(const std::string &name, Args &&...args) | dfe::Dispatcher | inline |
call_native(const std::string &name, const std::vector< Variable > &args) | dfe::Dispatcher | inline |
call_parsed(const std::string &name, const std::vector< std::string > &args) | dfe::Dispatcher | inline |
commands() const | dfe::Dispatcher | inline |
help(const std::string &name) const | dfe::Dispatcher | inline |
Interface typedef | dfe::Dispatcher | |
m_commands | dfe::Dispatcher | private |