ROSE
0.9.6a
|
#include <partitionedAnalysis.h>
Public Member Functions | |
partSplit (IntraPartitionDataflow *master) | |
void | addChild (IntraPartitionDataflow *child) |
std::string | str (std::string indent="") |
Public Attributes | |
std::set < IntraPartitionDataflow * > | splitSet |
IntraPartitionDataflow * | master |
Definition at line 39 of file partitionedAnalysis.h.
|
inline |
Definition at line 45 of file partitionedAnalysis.h.
|
inline |
Definition at line 51 of file partitionedAnalysis.h.
References splitSet.
|
inline |
Definition at line 56 of file partitionedAnalysis.h.
std::set<IntraPartitionDataflow*> partSplit::splitSet |
Definition at line 42 of file partitionedAnalysis.h.
Referenced by addChild(), partSplit(), and str().
IntraPartitionDataflow* partSplit::master |
Definition at line 43 of file partitionedAnalysis.h.
Referenced by partSplit(), and str().