#include <stilmacrodef.h>
Inheritance diagram for STILMacroDef:

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