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

Description

Support for adding nodes to DOT graphs.

Definition at line 121 of file AstAttributeMechanism.h.

#include <midend/astProcessing/AstAttributeMechanism.h>

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

Public Member Functions

 AttributeNodeInfo (SgNode *nodePtr, std::string label, std::string options)
 

Public Attributes

SgNodenodePtr
 
std::string label
 
std::string options
 

Constructor & Destructor Documentation

◆ AttributeNodeInfo()

AstAttribute::AttributeNodeInfo::AttributeNodeInfo ( SgNode nodePtr,
std::string  label,
std::string  options 
)
inline

Definition at line 127 of file AstAttributeMechanism.h.

◆ ~AttributeNodeInfo()

AstAttribute::AttributeNodeInfo::~AttributeNodeInfo ( )
inline

Definition at line 130 of file AstAttributeMechanism.h.

Member Data Documentation

◆ nodePtr

SgNode* AstAttribute::AttributeNodeInfo::nodePtr

Definition at line 123 of file AstAttributeMechanism.h.

◆ label

std::string AstAttribute::AttributeNodeInfo::label

Definition at line 124 of file AstAttributeMechanism.h.

◆ options

std::string AstAttribute::AttributeNodeInfo::options

Definition at line 125 of file AstAttributeMechanism.h.


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