Pothos
0.4.1-gb758ed46
The Pothos dataflow programming software suite
|
This is the complete list of members for Pothos::Connectable, including all inherited members.
call(ArgsType &&...args) const | Pothos::CallInterface | |
callObject(ArgsType &&...args) const | Pothos::CallInterface | |
callVoid(ArgsType &&...args) const | Pothos::CallInterface | |
dropRef(const Object &container) | Pothos::Util::RefHolder | |
getName(void) const | Pothos::Connectable | |
holdRef(const Object &container) | Pothos::Util::RefHolder | |
inputPortInfo(void)=0 | Pothos::Connectable | pure virtual |
inputPortNames(void) | Pothos::Connectable | |
opaqueCallMethod(const std::string &name, const Object *inputArgs, const size_t numArgs) const =0 | Pothos::Connectable | pure virtual |
outputPortInfo(void)=0 | Pothos::Connectable | pure virtual |
outputPortNames(void) | Pothos::Connectable | |
registerCall(InstanceType *instance, const std::string &name, ReturnType(ClassType::*method)(ArgsType...)) | Pothos::CallRegistry | protected |
registerCall(InstanceType *instance, const std::string &name, ReturnType(ClassType::*method)(ArgsType...) const) | Pothos::CallRegistry | protected |
registerCallable(const std::string &name, const Callable &call)=0 | Pothos::CallRegistry | protectedpure virtual |
setName(const std::string &name) | Pothos::Connectable | |
uid(void) const | Pothos::Util::UID | inline |
UID(void) | Pothos::Util::UID | |
~CallInterface(void) | Pothos::CallInterface | virtual |
~CallRegistry(void) | Pothos::CallRegistry | protectedvirtual |
~Connectable(void) | Pothos::Connectable | virtual |
~RefHolder(void) | Pothos::Util::RefHolder | virtual |