ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SDG::DDGEdge Struct Reference

Define the edge type of DDG. More...

#include <newDDG.h>

Public Types

typedef std::vector
< SgInitializedName * > 
VarName
 

Public Member Functions

void addVarName (const VarName &varName)
 

Public Attributes

std::set< VarNamevarNames
 All variable names in data dependence of this edge. More...
 

Detailed Description

Define the edge type of DDG.

Definition at line 11 of file newDDG.h.

Member Typedef Documentation

Definition at line 13 of file newDDG.h.

Member Function Documentation

void SDG::DDGEdge::addVarName ( const VarName varName)
inline

Definition at line 18 of file newDDG.h.

References varNames.

Member Data Documentation

std::set<VarName> SDG::DDGEdge::varNames

All variable names in data dependence of this edge.

Definition at line 16 of file newDDG.h.

Referenced by addVarName().


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