AstAttributeDOT
== Synopsis
Declared in <src/midend/astDump/AstAttributeDOT.h>
class AstAttributeDOT
: public AstAttribute
== Base Classes
Name |
Description |
Base class for all IR node attribute values. |
== Enums
Name |
== Member Functions
Name |
Description |
|
Default constructor |
== Private Data Members
== Derived Classes
Name |
Description |
** |
|
** |
== Description
The class class AstAttributeDOT is the base class implementation for DOTGraphNode and DOTGraphEdge. It ismeant to implement convenience functions to help building the stringrepresenting DOT options and information like if the node should be filteredout in a graph.
Created with MrDocs