Skip to content

DOTSubgraphRepresentation

dot file representation with subgraphs

Synopsis

Declared in <src/midend/astDump/DOTSubgraphRepresentation.h>

template<class NodeType>
class DOTSubgraphRepresentation
    : public DOTRepresentation<NodeType>

Base Classes

Name

Description

DOTRepresentation<NodeType>

Member Functions

Private Member Functions

Name

Description

writeDotoutStream

write stored nodes and edges to dotout stream

Private Data Members

Name

Description

childParentRelationship

Child/Parent hierarchy

mAdds

store nodes for later addition

mAutoSubgraphIds

use the automatically assigned subgraph id's ?, should not be mixed with manual assignments

mEdges

store edges for later addition

mManualSubgraphIds

use the manual assigned of subgraph id's ?, should not be mixed with auto assignments

mNodes

store nodes for later addition

mSubgraphIds

last id of a subgraph

mSubgraphNames

store names and ID's of subgraphs

Created with MrDocs