ROSE 0.11.145.147
Public Member Functions | Public Attributes | List of all members
IntraPartitionDataflowCheckpoint Class Reference

Description

Definition at line 267 of file partitionedAnalysis.h.

Collaboration diagram for IntraPartitionDataflowCheckpoint:
Collaboration graph
[legend]

Public Member Functions

 IntraPartitionDataflowCheckpoint (IntraPartitionDataflowCheckpoint &that)
 
 IntraPartitionDataflowCheckpoint (dataflow::checkpoint &dfChkpt, const std::set< DataflowNode > &joinNodes, const DataflowNode *curNode, printable *partitionCond, int partitionIndex, const Function &func, NodeState *fState)
 
std::string str (std::string indent="")
 

Public Attributes

dataflow::checkpoint dfChkpt
 
std::set< DataflowNodejoinNodes
 
DataflowNodecurNode
 
printablepartitionCond
 
int partitionIndex
 
const Functionfunc
 
NodeStatefState
 

Constructor & Destructor Documentation

◆ IntraPartitionDataflowCheckpoint() [1/2]

IntraPartitionDataflowCheckpoint::IntraPartitionDataflowCheckpoint ( IntraPartitionDataflowCheckpoint that)
inline

Definition at line 286 of file partitionedAnalysis.h.

◆ IntraPartitionDataflowCheckpoint() [2/2]

IntraPartitionDataflowCheckpoint::IntraPartitionDataflowCheckpoint ( dataflow::checkpoint dfChkpt,
const std::set< DataflowNode > &  joinNodes,
const DataflowNode curNode,
printable partitionCond,
int  partitionIndex,
const Function func,
NodeState fState 
)
inline

Definition at line 300 of file partitionedAnalysis.h.

◆ ~IntraPartitionDataflowCheckpoint()

IntraPartitionDataflowCheckpoint::~IntraPartitionDataflowCheckpoint ( )
inline

Definition at line 317 of file partitionedAnalysis.h.

Member Function Documentation

◆ str()

std::string IntraPartitionDataflowCheckpoint::str ( std::string  indent = "")
inline

Definition at line 324 of file partitionedAnalysis.h.

Member Data Documentation

◆ dfChkpt

dataflow::checkpoint IntraPartitionDataflowCheckpoint::dfChkpt

Definition at line 271 of file partitionedAnalysis.h.

◆ joinNodes

std::set<DataflowNode> IntraPartitionDataflowCheckpoint::joinNodes

Definition at line 273 of file partitionedAnalysis.h.

◆ curNode

DataflowNode* IntraPartitionDataflowCheckpoint::curNode

Definition at line 275 of file partitionedAnalysis.h.

◆ partitionCond

printable* IntraPartitionDataflowCheckpoint::partitionCond

Definition at line 277 of file partitionedAnalysis.h.

◆ partitionIndex

int IntraPartitionDataflowCheckpoint::partitionIndex

Definition at line 280 of file partitionedAnalysis.h.

◆ func

const Function& IntraPartitionDataflowCheckpoint::func

Definition at line 283 of file partitionedAnalysis.h.

◆ fState

NodeState* IntraPartitionDataflowCheckpoint::fState

Definition at line 284 of file partitionedAnalysis.h.


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