cprover
dot.cpp File Reference

Dump Goto-Program as DOT Graph. More...

#include "dot.h"
#include <iostream>
#include <fstream>
#include <sstream>
Include dependency graph for dot.cpp:

Go to the source code of this file.

Classes

class  dott
 

Macros

#define DOTGRAPHSETTINGS
 

Functions

void dot (const goto_functionst &src, const namespacet &ns, std::ostream &out)
 

Detailed Description

Dump Goto-Program as DOT Graph.

Definition in file dot.cpp.

Macro Definition Documentation

◆ DOTGRAPHSETTINGS

#define DOTGRAPHSETTINGS
Value:
"color=black;" \
"orientation=portrait;" \
"fontsize=20;"\
"compound=true;"\
"size=\"30,40\";"\
"ratio=compress;"

Definition at line 18 of file dot.cpp.

Referenced by dott::output().

Function Documentation

◆ dot()

void dot ( const goto_functionst src,
const namespacet ns,
std::ostream &  out 
)