Pothos  0.7.0-gf7fbae99
The Pothos dataflow programming software suite
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) constPothos::CallInterface
call(ArgsType &&... args) constPothos::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) constPothos::CallInterface
callVoid(ArgsType &&... args) constPothos::CallInterface
factory(void)Pothos::Callablestatic
factoryNew(void)Pothos::Callablestatic
factoryShared(void)Pothos::Callablestatic
getNumArgs(void) constPothos::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) constPothos::Callablevirtual
operator bool(void) constPothos::Callableexplicit
operator==(const Callable &lhs, const Callable &rhs)Pothos::Callablefriend
toString(void) constPothos::Callable
type(const int argNo) constPothos::Callable
unbind(const size_t argNo)Pothos::Callable
~CallInterface(void)Pothos::CallInterfacevirtual