#include <stilvectorblock.h>
Inheritance diagram for STILVectorBlock:
Public Member Functions | |
STILVectorBlock () | |
STILVectorBlock (Type t) | |
STILVectorBlock (const STILVectorBlock &) | |
virtual | ~STILVectorBlock () |
STILVectorBlock & | operator= (const STILVectorBlock &) |
void | init () |
virtual void | write (FILE *pOutFile, LONG indentation=0) const |
void | addVectorItem (const STILVectorItem &) |
bool | getHasPoundSign () const |
bool | getHasPercentSign () const |
The STILVectorBlock Class is the interface for STIL VectorBlock block
|
Default Constructor for a STILVectorBlock object.
|
|
Constructor from some given entity type.
|
|
Constructor a STILVectorBlock object from another STILVectorBlock.
|
|
Destructor for a STILVectorBlock object.
|
|
Add a STILVectorItem to this object.
|
|
|
|
|
|
Initialize the STILVectorBlock object.
Reimplemented in STILCall, STILCondition, STILFixed, STILMacro, and STILVector. |
|
Assignment operator.
|
|
Write the STILVectorBlock object to a FILE.
Reimplemented from STILBlock. Reimplemented in STILCall, STILCondition, STILFixed, STILMacro, and STILVector. |