Pothos
0.4.1-gb758ed46
The Pothos dataflow programming software suite
|
This is the complete list of members for Pothos::Callable, including all inherited members.
bind(ValueType &&val, const size_t argNo) | Pothos::Callable | |
bind(Object &&val, const size_t argNo) | Pothos::Callable | |
call(ArgsType &&...args) const | Pothos::CallInterface | |
Callable(void) | Pothos::Callable | |
Callable(ReturnType(ClassType::*fcn)(ArgsType...)) | Pothos::Callable | |
Callable(ReturnType(ClassType::*fcn)(ArgsType...) const) | Pothos::Callable | |
Callable(ReturnType(*fcn)(ArgsType...)) | Pothos::Callable | |
callObject(ArgsType &&...args) const | Pothos::CallInterface | |
callVoid(ArgsType &&...args) const | Pothos::CallInterface | |
factory(void) | Pothos::Callable | static |
factoryNew(void) | Pothos::Callable | static |
factoryShared(void) | Pothos::Callable | static |
getNumArgs(void) const | Pothos::Callable | |
make(ReturnType(ClassType::*fcn)(ArgsType...)) | Pothos::Callable | static |
make(ReturnType(ClassType::*fcn)(ArgsType...) const) | Pothos::Callable | static |
make(ReturnType(*fcn)(ArgsType...)) | Pothos::Callable | static |
opaqueCall(const Object *inputArgs, const size_t numArgs) const | Pothos::Callable | virtual |
operator bool(void) const | Pothos::Callable | explicit |
operator==(const Callable &lhs, const Callable &rhs) | Pothos::Callable | friend |
toString(void) const | Pothos::Callable | |
type(const int argNo) const | Pothos::Callable | |
unbind(const size_t argNo) | Pothos::Callable | |
~CallInterface(void) | Pothos::CallInterface | virtual |