Pothos  0.4.3-gabce2ce6
The Pothos dataflow programming software suite
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