#include <stilwaveform.h>
Inheritance diagram for STILWaveform:
Public Member Functions | |
STILWaveform () | |
STILWaveform (const STILWaveform &) | |
virtual | ~STILWaveform () |
STILWaveform & | operator= (const STILWaveform &) |
void | init () |
virtual void | write (FILE *pOutFile, LONG indentation=0) const |
void | setSigRefExpr (const STILSigRefExpr &) |
const STILSigRefExpr * | getSigRefExpr () |
void | addInheritWaveform (const STILTimingWaveformRef &) |
void | addWaveformItem (const STILWaveformItem &) |
|
Default constructor.
|
|
Construct a STILWaveform object from another Waveform obj.
|
|
Destructor.
|
|
Add an InheritWaveform attribute for this block.
|
|
Add a WaveformItem to this block.
|
|
|
|
Initialize this object.
|
|
Equals operator.
|
|
Set the sigrefexpr for this block.
|
|
To write this object out to a file.
Reimplemented from STILBlock. |