retdec
|
graphviz
utilities.
More...
#include <graphviz.h>
Static Public Member Functions | |
static std::string | createLabel (const std::string &str) |
Creates a label from the given str so it can be used in labels in the dot format. More... | |
static std::string | createNodeName (const std::string &str) |
Converts the given string so it can be used as a node's name. More... | |
graphviz
utilities.
For more information on graphviz
, see http://www.graphviz.org/.
This class implements the "static helper" (or "library") design pattern (it has just static functions and no public instances can be created).
|
static |
Creates a label from the given str so it can be used in labels in the dot
format.
|
static |
Converts the given string so it can be used as a node's name.