Class CustomAstDOTGeneration#

Inheritance Relationships#

Derived Type#

Class Documentation#

class CustomAstDOTGeneration#

Subclassed by SimpleColorFilesTraversal

Public Types

typedef CustomAstDOTGenerationData::NodeType NodeType#
typedef CustomAstDOTGenerationData::EdgeType EdgeType#
typedef CustomAstDOTGenerationData::NodeType NodeType
typedef CustomAstDOTGenerationData::EdgeType EdgeType

Public Functions

~CustomAstDOTGeneration()#
void addNode(NodeType n)#
void addEdge(EdgeType e)#
void internalGenerateGraph(std::string filename, SgProject *project)#
~CustomAstDOTGeneration()
void addNode(NodeType n)
void addEdge(EdgeType e)
void internalGenerateGraph(std::string filename, SgProject *project)

Public Members

CustomAstDOTGenerationData DOTgraph#