AstAttributeDOT

== Synopsis

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

class AstAttributeDOT
    : public AstAttribute

== Base Classes

Name

Description

AstAttribute

Base class for all IR node attribute values.

== Enums

Name

DOTStyles

== Member Functions

== Private Data Members

== Derived Classes

Name

Description

DOTGraphEdge

**

DOTGraphNode

**

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