#include <stilcondition.h>
Inheritance diagram for STILCondition:
Public Member Functions | |
STILCondition () | |
STILCondition (const STILCondition &) | |
virtual | ~STILCondition () |
STILCondition & | operator= (const STILCondition &) |
void | init () |
virtual void | write (FILE *pOutFile, LONG indentation=0) const |
The STILCondition Class is the interface for STIL Condition block
|
Default Constructor for a STILCondition object.
|
|
Constructor a STILCondition object from another STILCondition.
|
|
Destructor for a STILCondition object.
|
|
Initialize the STILCondition object.
Reimplemented from STILVectorBlock. |
|
Assignment operator.
|
|
Write the STILCondition object to a FILE.
Reimplemented from STILVectorBlock. |