Pothos
0.7.0-gf7fbae99
The Pothos dataflow programming software suite
|
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)=0 | Pothos::CallRegistry | pure virtual |
~CallRegistry(void) | Pothos::CallRegistry | virtual |