tracktion-engine 3.0-10-g034fdde4aa5
Tracktion Engine — High level data model for audio applications

« « « Anklang Documentation
Loading...
Searching...
No Matches
Namespaces | Functions
tracktion_TestUtilities.cpp File Reference
#include "tracktion_TestUtilities.h"
#include "../../3rd_party/choc/text/choc_StringUtilities.h"

Go to the source code of this file.

Namespaces

namespace  tracktion
 

Functions

std::string tracktion::graph::test_utilities::demangle (std::string name)
 
std::string tracktion::graph::test_utilities::createGraphDescription (Node &)
 Returns the graph structure in a dot textual description.
 

Function Documentation

◆ createGraphDescription()

std::string tracktion::graph::test_utilities::createGraphDescription ( Node )

Returns the graph structure in a dot textual description.

Save this to a file and then run it through graphviz's dot program to plot the graph. E.g. cat output.txt | dot -Tsvg > output.svg

Definition at line 36 of file tracktion_TestUtilities.cpp.

◆ demangle()

std::string tracktion::graph::test_utilities::demangle ( std::string  name)

Definition at line 20 of file tracktion_TestUtilities.cpp.