|
Ingen
0.5.1
|
A graph ``compiled'' into a quickly executable form. More...
#include <CompiledGraph.hpp>
Inheritance diagram for Ingen::Server::CompiledGraph:
Collaboration diagram for Ingen::Server::CompiledGraph:Public Member Functions | |
| void | run (RunContext &context) |
| void | dump (std::function< void(const std::string &)> sink) const |
Static Public Member Functions | |
| static CompiledGraph * | compile (GraphImpl *graph) |
A graph ``compiled'' into a quickly executable form.
This is a flat sequence of nodes ordered such that the process thread can execute the nodes in order and have nodes always executed before any of their dependencies.
1.8.12