#include <stilvectoritem.h>
Inheritance diagram for STILVectorItem:
Public Member Functions | |
STILVectorItem () | |
STILVectorItem (const STILVectorItem &) | |
virtual | ~STILVectorItem () |
STILVectorItem & | operator= (const STILVectorItem &) |
void | init () |
virtual void | write (FILE *pOutFile, LONG indentation=0) const |
void | setSigRefExpr (const STILSigRefExpr &) |
const STILSigRefExpr * | getSigRefExpr () const |
void | setWFCS (const STILWFCS &) |
const STILWFCS * | getWFCS () const |
The STILVectorItem Class is the interface for STIL VectorItem block
|
Default Constructor for a STILVectorItem object.
|
|
Constructor a STILVectorItem object from another STILVectorItem.
|
|
Destructor for a STILVectorItem object.
|
|
|
|
|
|
Initialize the STILVectorItem object.
|
|
Assignment operator.
|
|
|
|
|
|
Write the STILVectorItem object to a FILE.
Reimplemented from STILBlock. |