All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
risc::sg::PortCallPath Class Reference

#include <port_call_path.h>

Collaboration diagram for risc::sg::PortCallPath:
Collaboration graph

Public Member Functions

 PortCallPath ()
 
 PortCallPath (std::list< SgVariableDefinition * >)
 
 ~PortCallPath ()
 
void print ()
 Prints the PCP. More...
 

Public Attributes

std::list< SgFunctionCallExp * > path_
 First type representation of PCP. A list of of function calls;. More...
 
std::list< SgVariableDefinition * > port_
 Second type representation of PCP. A list of of sockets/ports;. More...
 
int pcp_type_
 Type of PCP. More...
 

Constructor & Destructor Documentation

risc::sg::PortCallPath::PortCallPath ( )
risc::sg::PortCallPath::PortCallPath ( std::list< SgVariableDefinition * >  ports)
risc::sg::PortCallPath::~PortCallPath ( )

Member Function Documentation

risc::sg::PortCallPath::print ( )

Prints the PCP.

Member Data Documentation

std::list<SgFunctionCallExp*> risc::sg::PortCallPath::path_

First type representation of PCP. A list of of function calls;.

int risc::sg::PortCallPath::pcp_type_

Type of PCP.

std::list<SgVariableDefinition*> risc::sg::PortCallPath::port_

Second type representation of PCP. A list of of sockets/ports;.


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