Ingen  0.5.1
Public Member Functions | Static Public Member Functions | List of all members
Ingen::Server::CompiledGraph Class Reference

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 CompiledGraphcompile (GraphImpl *graph)
 

Detailed Description

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.


The documentation for this class was generated from the following files: