![]() |
Pothos
0.3.3-g32d3017c
The Pothos dataflow programming software suite
|
This is the complete list of members for Pothos::Connectable, including all inherited members.
| call($expand('A%d &&a%d', $NARGS)) const | Pothos::CallInterface | |
| call() const | Pothos::CallInterface | |
| call(A0 &&a0) const | Pothos::CallInterface | |
| call(A0 &&a0, A1 &&a1) const | Pothos::CallInterface | |
| call(A0 &&a0, A1 &&a1, A2 &&a2) const | Pothos::CallInterface | |
| call(A0 &&a0, A1 &&a1, A2 &&a2, A3 &&a3) const | Pothos::CallInterface | |
| call(A0 &&a0, A1 &&a1, A2 &&a2, A3 &&a3, A4 &&a4) const | Pothos::CallInterface | |
| call(A0 &&a0, A1 &&a1, A2 &&a2, A3 &&a3, A4 &&a4, A5 &&a5) const | Pothos::CallInterface | |
| call(A0 &&a0, A1 &&a1, A2 &&a2, A3 &&a3, A4 &&a4, A5 &&a5, A6 &&a6) const | Pothos::CallInterface | |
| call(A0 &&a0, A1 &&a1, A2 &&a2, A3 &&a3, A4 &&a4, A5 &&a5, A6 &&a6, A7 &&a7) const | Pothos::CallInterface | |
| call(A0 &&a0, A1 &&a1, A2 &&a2, A3 &&a3, A4 &&a4, A5 &&a5, A6 &&a6, A7 &&a7, A8 &&a8) const | Pothos::CallInterface | |
| callObject($expand('A%d &&a%d', $NARGS)) const | Pothos::CallInterface | |
| callObject() const | Pothos::CallInterface | inline |
| callObject(A0 &&a0) const | Pothos::CallInterface | |
| callObject(A0 &&a0, A1 &&a1) const | Pothos::CallInterface | |
| callObject(A0 &&a0, A1 &&a1, A2 &&a2) const | Pothos::CallInterface | |
| callObject(A0 &&a0, A1 &&a1, A2 &&a2, A3 &&a3) const | Pothos::CallInterface | |
| callObject(A0 &&a0, A1 &&a1, A2 &&a2, A3 &&a3, A4 &&a4) const | Pothos::CallInterface | |
| callObject(A0 &&a0, A1 &&a1, A2 &&a2, A3 &&a3, A4 &&a4, A5 &&a5) const | Pothos::CallInterface | |
| callObject(A0 &&a0, A1 &&a1, A2 &&a2, A3 &&a3, A4 &&a4, A5 &&a5, A6 &&a6) const | Pothos::CallInterface | |
| callObject(A0 &&a0, A1 &&a1, A2 &&a2, A3 &&a3, A4 &&a4, A5 &&a5, A6 &&a6, A7 &&a7) const | Pothos::CallInterface | |
| callObject(A0 &&a0, A1 &&a1, A2 &&a2, A3 &&a3, A4 &&a4, A5 &&a5, A6 &&a6, A7 &&a7, A8 &&a8) const | Pothos::CallInterface | |
| callVoid($expand('A%d &&a%d', $NARGS)) const | Pothos::CallInterface | |
| callVoid() const | Pothos::CallInterface | inline |
| callVoid(A0 &&a0) const | Pothos::CallInterface | |
| callVoid(A0 &&a0, A1 &&a1) const | Pothos::CallInterface | |
| callVoid(A0 &&a0, A1 &&a1, A2 &&a2) const | Pothos::CallInterface | |
| callVoid(A0 &&a0, A1 &&a1, A2 &&a2, A3 &&a3) const | Pothos::CallInterface | |
| callVoid(A0 &&a0, A1 &&a1, A2 &&a2, A3 &&a3, A4 &&a4) const | Pothos::CallInterface | |
| callVoid(A0 &&a0, A1 &&a1, A2 &&a2, A3 &&a3, A4 &&a4, A5 &&a5) const | Pothos::CallInterface | |
| callVoid(A0 &&a0, A1 &&a1, A2 &&a2, A3 &&a3, A4 &&a4, A5 &&a5, A6 &&a6) const | Pothos::CallInterface | |
| callVoid(A0 &&a0, A1 &&a1, A2 &&a2, A3 &&a3, A4 &&a4, A5 &&a5, A6 &&a6, A7 &&a7) const | Pothos::CallInterface | |
| callVoid(A0 &&a0, A1 &&a1, A2 &&a2, A3 &&a3, A4 &&a4, A5 &&a5, A6 &&a6, A7 &&a7, A8 &&a8) 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)($expand('A%d', $NARGS))) | Pothos::CallRegistry | protected |
| registerCall(InstanceType *instance, const std::string &name, ReturnType(ClassType::*method)($expand('A%d', $NARGS)) const) | Pothos::CallRegistry | protected |
| registerCall(InstanceType *instance, const std::string &name, ReturnType(ClassType::*method)()) | Pothos::CallRegistry | protected |
| registerCall(InstanceType *instance, const std::string &name, ReturnType(ClassType::*method)() const) | Pothos::CallRegistry | protected |
| registerCall(InstanceType *instance, const std::string &name, ReturnType(ClassType::*method)(A0)) | Pothos::CallRegistry | protected |
| registerCall(InstanceType *instance, const std::string &name, ReturnType(ClassType::*method)(A0) const) | Pothos::CallRegistry | protected |
| registerCall(InstanceType *instance, const std::string &name, ReturnType(ClassType::*method)(A0, A1)) | Pothos::CallRegistry | protected |
| registerCall(InstanceType *instance, const std::string &name, ReturnType(ClassType::*method)(A0, A1) const) | Pothos::CallRegistry | protected |
| registerCall(InstanceType *instance, const std::string &name, ReturnType(ClassType::*method)(A0, A1, A2)) | Pothos::CallRegistry | protected |
| registerCall(InstanceType *instance, const std::string &name, ReturnType(ClassType::*method)(A0, A1, A2) const) | Pothos::CallRegistry | protected |
| registerCall(InstanceType *instance, const std::string &name, ReturnType(ClassType::*method)(A0, A1, A2, A3)) | Pothos::CallRegistry | protected |
| registerCall(InstanceType *instance, const std::string &name, ReturnType(ClassType::*method)(A0, A1, A2, A3) const) | Pothos::CallRegistry | protected |
| registerCall(InstanceType *instance, const std::string &name, ReturnType(ClassType::*method)(A0, A1, A2, A3, A4)) | Pothos::CallRegistry | protected |
| registerCall(InstanceType *instance, const std::string &name, ReturnType(ClassType::*method)(A0, A1, A2, A3, A4) const) | Pothos::CallRegistry | protected |
| registerCall(InstanceType *instance, const std::string &name, ReturnType(ClassType::*method)(A0, A1, A2, A3, A4, A5)) | Pothos::CallRegistry | protected |
| registerCall(InstanceType *instance, const std::string &name, ReturnType(ClassType::*method)(A0, A1, A2, A3, A4, A5) const) | Pothos::CallRegistry | protected |
| registerCall(InstanceType *instance, const std::string &name, ReturnType(ClassType::*method)(A0, A1, A2, A3, A4, A5, A6)) | Pothos::CallRegistry | protected |
| registerCall(InstanceType *instance, const std::string &name, ReturnType(ClassType::*method)(A0, A1, A2, A3, A4, A5, A6) const) | Pothos::CallRegistry | protected |
| registerCall(InstanceType *instance, const std::string &name, ReturnType(ClassType::*method)(A0, A1, A2, A3, A4, A5, A6, A7)) | Pothos::CallRegistry | protected |
| registerCall(InstanceType *instance, const std::string &name, ReturnType(ClassType::*method)(A0, A1, A2, A3, A4, A5, A6, A7) const) | Pothos::CallRegistry | protected |
| registerCall(InstanceType *instance, const std::string &name, ReturnType(ClassType::*method)(A0, A1, A2, A3, A4, A5, A6, A7, A8)) | Pothos::CallRegistry | protected |
| registerCall(InstanceType *instance, const std::string &name, ReturnType(ClassType::*method)(A0, A1, A2, A3, A4, A5, A6, A7, A8) const) | Pothos::CallRegistry | protected |
| registerCallable(const std::string &name, const Callable &call)=0 | Pothos::CallRegistry | protectedpure virtual |
| 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 |
| ~CallInterface(void) | Pothos::CallInterface | virtual |
| ~CallRegistry(void) | Pothos::CallRegistry | protectedvirtual |
| ~CallRegistry(void) | Pothos::CallRegistry | protectedvirtual |
| ~Connectable(void) | Pothos::Connectable | virtual |
| ~RefHolder(void) | Pothos::Util::RefHolder | virtual |
1.8.6