systemc-clang 2.0.0
Parsing SystemC constructs
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
systemc_clang::SupplementaryInfo Struct Reference

#include <SplitCFG.h>

Collaboration diagram for systemc_clang::SupplementaryInfo:
Collaboration graph
[legend]

Public Member Functions

 SupplementaryInfo (const SplitCFGBlock *block)
 Construct object using SplitCFGBlock.
 
 SupplementaryInfo (const SupplementaryInfo &from)
 
SupplementaryInfooperator= (const SupplementaryInfo &from)
 
virtual ~SupplementaryInfo ()
 
int getPathId () const
 Returns the path identifier.
 
int getFalseId () const
 Returns the path identifier for the false path.
 
const SplitCFGBlockgetSplitCFGBlock () const
 Returns pointer to the SplitCFGBlock.
 

Public Attributes

const SplitCFGBlocksplit_block_
 Member variables.
 
int false_idx_
 
int path_idx_
 

Detailed Description

Definition at line 15 of file SplitCFG.h.

Constructor & Destructor Documentation

◆ SupplementaryInfo() [1/2]

SupplementaryInfo::SupplementaryInfo ( const SplitCFGBlock * block)

Construct object using SplitCFGBlock.

class SupplementaryInfo

Definition at line 28 of file SplitCFG.cpp.

◆ SupplementaryInfo() [2/2]

SupplementaryInfo::SupplementaryInfo ( const SupplementaryInfo & from)

Definition at line 31 of file SplitCFG.cpp.

◆ ~SupplementaryInfo()

SupplementaryInfo::~SupplementaryInfo ( )
virtual

Definition at line 50 of file SplitCFG.cpp.

Member Function Documentation

◆ getFalseId()

int SupplementaryInfo::getFalseId ( ) const

Returns the path identifier for the false path.

Definition at line 44 of file SplitCFG.cpp.

◆ getPathId()

int SupplementaryInfo::getPathId ( ) const

Returns the path identifier.

Definition at line 42 of file SplitCFG.cpp.

◆ getSplitCFGBlock()

const SplitCFGBlock * SupplementaryInfo::getSplitCFGBlock ( ) const

Returns pointer to the SplitCFGBlock.

Definition at line 46 of file SplitCFG.cpp.

◆ operator=()

SupplementaryInfo & SupplementaryInfo::operator= ( const SupplementaryInfo & from)

Definition at line 35 of file SplitCFG.cpp.

Member Data Documentation

◆ false_idx_

int systemc_clang::SupplementaryInfo::false_idx_

Definition at line 36 of file SplitCFG.h.

◆ path_idx_

int systemc_clang::SupplementaryInfo::path_idx_

Definition at line 37 of file SplitCFG.h.

◆ split_block_

const SplitCFGBlock* systemc_clang::SupplementaryInfo::split_block_

Member variables.

Definition at line 35 of file SplitCFG.h.


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