#include <stilmacro.h>
Inheritance diagram for STILMacro:

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