systemc-clang 2.0.0
Parsing SystemC constructs
|
#include <SplitCFG.h>
Public Member Functions | |
SupplementaryInfo (const SplitCFGBlock *block) | |
Construct object using SplitCFGBlock. | |
SupplementaryInfo (const SupplementaryInfo &from) | |
SupplementaryInfo & | operator= (const SupplementaryInfo &from) |
virtual | ~SupplementaryInfo () |
int | getPathId () const |
Returns the path identifier. | |
int | getFalseId () const |
Returns the path identifier for the false path. | |
const SplitCFGBlock * | getSplitCFGBlock () const |
Returns pointer to the SplitCFGBlock. | |
Public Attributes | |
const SplitCFGBlock * | split_block_ |
Member variables. | |
int | false_idx_ |
int | path_idx_ |
Definition at line 15 of file SplitCFG.h.
SupplementaryInfo::SupplementaryInfo | ( | const SplitCFGBlock * | block | ) |
Construct object using SplitCFGBlock.
class SupplementaryInfo
Definition at line 28 of file SplitCFG.cpp.
SupplementaryInfo::SupplementaryInfo | ( | const SupplementaryInfo & | from | ) |
Definition at line 31 of file SplitCFG.cpp.
|
virtual |
Definition at line 50 of file SplitCFG.cpp.
int SupplementaryInfo::getFalseId | ( | ) | const |
Returns the path identifier for the false path.
Definition at line 44 of file SplitCFG.cpp.
int SupplementaryInfo::getPathId | ( | ) | const |
Returns the path identifier.
Definition at line 42 of file SplitCFG.cpp.
const SplitCFGBlock * SupplementaryInfo::getSplitCFGBlock | ( | ) | const |
Returns pointer to the SplitCFGBlock.
Definition at line 46 of file SplitCFG.cpp.
SupplementaryInfo & SupplementaryInfo::operator= | ( | const SupplementaryInfo & | from | ) |
Definition at line 35 of file SplitCFG.cpp.
int systemc_clang::SupplementaryInfo::false_idx_ |
Definition at line 36 of file SplitCFG.h.
int systemc_clang::SupplementaryInfo::path_idx_ |
Definition at line 37 of file SplitCFG.h.
const SplitCFGBlock* systemc_clang::SupplementaryInfo::split_block_ |
Member variables.
Definition at line 35 of file SplitCFG.h.