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

#include <SDG.h>

Collaboration diagram for SDG::SystemDependenceGraph::CallSiteInfo:

Public Types

typedef
SystemDependenceGraph::Vertex 
Vertex
 

Public Member Functions

 CallSiteInfo ()
 

Public Attributes

SgFunctionCallExpfuncCall
 
Vertex vertex
 
std::vector< VertexinPara
 
std::vector< VertexoutPara
 
bool isVoid
 
Vertex returned
 

Detailed Description

Definition at line 125 of file SDG.h.

Member Typedef Documentation

Constructor & Destructor Documentation

SDG::SystemDependenceGraph::CallSiteInfo::CallSiteInfo ( )
inline

Definition at line 127 of file SDG.h.

Member Data Documentation

SgFunctionCallExp* SDG::SystemDependenceGraph::CallSiteInfo::funcCall

Definition at line 130 of file SDG.h.

Vertex SDG::SystemDependenceGraph::CallSiteInfo::vertex

Definition at line 131 of file SDG.h.

std::vector<Vertex> SDG::SystemDependenceGraph::CallSiteInfo::inPara

Definition at line 132 of file SDG.h.

std::vector<Vertex> SDG::SystemDependenceGraph::CallSiteInfo::outPara

Definition at line 133 of file SDG.h.

bool SDG::SystemDependenceGraph::CallSiteInfo::isVoid

Definition at line 135 of file SDG.h.

Vertex SDG::SystemDependenceGraph::CallSiteInfo::returned

Definition at line 136 of file SDG.h.


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