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 |
Types
Member Functions
Name |
Description |
|
Default constructor |
|
Destructor |
|
|
Private Member Functions
Name |
Description |
write stored nodes and edges to dotout stream |
Private Data Members
Name |
Description |
Child/Parent hierarchy |
|
store nodes for later addition |
|
use the automatically assigned subgraph id's ?, should not be mixed with manual assignments |
|
store edges for later addition |
|
use the manual assigned of subgraph id's ?, should not be mixed with auto assignments |
|
store nodes for later addition |
|
last id of a subgraph |
|
store names and ID's of subgraphs |
Created with MrDocs