Pothos  0.4.0-gd11861cd
The Pothos dataflow programming software suite
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
Pothos::CallRegistry Member List

This is the complete list of members for Pothos::CallRegistry, including all inherited members.

registerCall(InstanceType *instance, const std::string &name, ReturnType(ClassType::*method)(ArgsType...))Pothos::CallRegistry
registerCall(InstanceType *instance, const std::string &name, ReturnType(ClassType::*method)(ArgsType...) const)Pothos::CallRegistry
registerCallable(const std::string &name, const Callable &call)=0Pothos::CallRegistrypure virtual
~CallRegistry(void)Pothos::CallRegistryvirtual