#include <stilprocedure.h>
Inheritance diagram for STILProcedure:

Public Member Functions | |
| STILProcedure () | |
| STILProcedure (const STILProcedure &) | |
| virtual | ~STILProcedure () |
| STILProcedure & | operator= (const STILProcedure &) |
| void | init () |
| virtual void | write (FILE *pOutFile, LONG indentation=0) const |
The STILProcedure Class is the interface for STIL Procedure block
|
|
Default Constructor for a STILProcedure object.
|
|
|
Constructor a STILProcedure object from another STILProcedure.
|
|
|
Destructor for a STILProcedure object.
|
|
|
Initialize the STILProcedure object.
Reimplemented from STILPatternBlock. |
|
|
Assignment operator.
|
|
||||||||||||
|
Write the STILProcedure object to a FILE.
Reimplemented from STILBlock. |