retdec
Static Public Member Functions | List of all members
retdec::llvmir2hll::UtilsGraphviz Class Reference

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...
 

Detailed Description

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).

Member Function Documentation

◆ createLabel()

std::string retdec::llvmir2hll::UtilsGraphviz::createLabel ( const std::string &  str)
static

Creates a label from the given str so it can be used in labels in the dot format.

◆ createNodeName()

std::string retdec::llvmir2hll::UtilsGraphviz::createNodeName ( const std::string &  str)
static

Converts the given string so it can be used as a node's name.


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