Pothos  0.4.0-gd11861cd
The Pothos dataflow programming software suite
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
Pothos::Callable Member List

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::Callablestatic
factoryNew(void)Pothos::Callablestatic
factoryShared(void)Pothos::Callablestatic
getNumArgs(void) const Pothos::Callable
make(ReturnType(ClassType::*fcn)(ArgsType...))Pothos::Callablestatic
make(ReturnType(ClassType::*fcn)(ArgsType...) const)Pothos::Callablestatic
make(ReturnType(*fcn)(ArgsType...))Pothos::Callablestatic
opaqueCall(const Object *inputArgs, const size_t numArgs) const Pothos::Callablevirtual
operator bool(void) const Pothos::Callableexplicit
operator==(const Callable &lhs, const Callable &rhs)Pothos::Callablefriend
toString(void) const Pothos::Callable
type(const int argNo) const Pothos::Callable
unbind(const size_t argNo)Pothos::Callable
~CallInterface(void)Pothos::CallInterfacevirtual