Pothos
0.4.1-gb758ed46
The Pothos dataflow programming software suite
|
This is the complete list of members for Pothos::Topology, including all inherited members.
_connect(const Object &src, const std::string &srcPort, const Object &dst, const std::string &dstPort) | Pothos::Topology | |
_disconnect(const Object &src, const std::string &srcPort, const Object &dst, const std::string &dstPort) | Pothos::Topology | |
_impl | Pothos::Topology | |
call(ArgsType &&...args) const | Pothos::CallInterface | |
callObject(ArgsType &&...args) const | Pothos::CallInterface | |
callVoid(ArgsType &&...args) const | Pothos::CallInterface | |
commit(void) | Pothos::Topology | |
connect(SrcType &&src, const SrcPortType &srcPort, DstType &&dst, const DstPortType &dstPort) | Pothos::Topology | |
disconnect(SrcType &&src, const SrcPortType &srcPort, DstType &&dst, const DstPortType &dstPort) | Pothos::Topology | |
disconnectAll(const bool recursive=false) | Pothos::Topology | |
dropRef(const Object &container) | Pothos::Util::RefHolder | |
dumpJSON(const std::string &request="{}") | Pothos::Topology | |
getName(void) const | Pothos::Connectable | |
getThreadPool(void) const | Pothos::Topology | |
holdRef(const Object &container) | Pothos::Util::RefHolder | |
inputPortInfo(void) | Pothos::Topology | virtual |
inputPortNames(void) | Pothos::Connectable | |
make(void) | Pothos::Topology | static |
make(const std::string &json) | Pothos::Topology | static |
opaqueCallHandler(const std::string &name, const Object *inputArgs, const size_t numArgs) | Pothos::Topology | protectedvirtual |
opaqueCallMethod(const std::string &name, const Object *inputArgs, const size_t numArgs) const | Pothos::Topology | virtual |
outputPortInfo(void) | Pothos::Topology | virtual |
outputPortNames(void) | Pothos::Connectable | |
queryJSONStats(void) | Pothos::Topology | |
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) | Pothos::Topology | virtual |
setName(const std::string &name) | Pothos::Connectable | |
setThreadPool(const ThreadPool &threadPool) | Pothos::Topology | |
toDotMarkup(const std::string &request="{}") | Pothos::Topology | |
Topology(void) | Pothos::Topology | |
UID(void) | Pothos::Util::UID | |
uid(void) const | Pothos::Util::UID | inline |
waitInactive(const double idleDuration=0.1, const double timeout=1.0) | Pothos::Topology | |
~CallInterface(void) | Pothos::CallInterface | virtual |
~CallRegistry(void) | Pothos::CallRegistry | protectedvirtual |
~Connectable(void) | Pothos::Connectable | virtual |
~RefHolder(void) | Pothos::Util::RefHolder | virtual |
~Topology(void) | Pothos::Topology |