ROSE 0.11.145.147
Public Member Functions | Public Attributes | List of all members
AstAttribute::AttributeEdgeInfo Class Reference

Description

Support for attibutes to specify edges in the dot graphs.

Definition at line 104 of file AstAttributeMechanism.h.

#include <midend/astProcessing/AstAttributeMechanism.h>

Collaboration diagram for AstAttribute::AttributeEdgeInfo:
Collaboration graph
[legend]

Public Member Functions

 AttributeEdgeInfo (SgNode *fromNode, SgNode *toNode, std::string label, std::string options)
 

Public Attributes

SgNodefromNode
 
SgNodetoNode
 
std::string label
 
std::string options
 

Constructor & Destructor Documentation

◆ AttributeEdgeInfo()

AstAttribute::AttributeEdgeInfo::AttributeEdgeInfo ( SgNode fromNode,
SgNode toNode,
std::string  label,
std::string  options 
)
inline

Definition at line 111 of file AstAttributeMechanism.h.

◆ ~AttributeEdgeInfo()

AstAttribute::AttributeEdgeInfo::~AttributeEdgeInfo ( )
inline

Definition at line 114 of file AstAttributeMechanism.h.

Member Data Documentation

◆ fromNode

SgNode* AstAttribute::AttributeEdgeInfo::fromNode

Definition at line 106 of file AstAttributeMechanism.h.

◆ toNode

SgNode* AstAttribute::AttributeEdgeInfo::toNode

Definition at line 107 of file AstAttributeMechanism.h.

◆ label

std::string AstAttribute::AttributeEdgeInfo::label

Definition at line 108 of file AstAttributeMechanism.h.

◆ options

std::string AstAttribute::AttributeEdgeInfo::options

Definition at line 109 of file AstAttributeMechanism.h.


The documentation for this class was generated from the following file: