#include <stilmacrodefs.h>
Inheritance diagram for STILMacroDefs:

Public Member Functions | |
| STILMacroDefs () | |
| STILMacroDefs (Type t) | |
| STILMacroDefs (const STILMacroDefs &) | |
| virtual | ~STILMacroDefs () |
| STILMacroDefs & | operator= (const STILMacroDefs &) |
| void | init () |
| virtual void | write (FILE *pOutFile, LONG indentation=0) const |
| void | addMacroDef (const STILMacroDef &) |
The STILMacroDefs Class is the interface for STIL MacroDefs block
|
|
Default Constructor for a STILMacroDefs object.
|
|
|
Constructor from some given entity type.
|
|
|
Constructor a STILMacroDefs object from another STILMacroDefs.
|
|
|
Destructor for a STILMacroDefs object.
|
|
|
Add a STILMacroDef to this object.
|
|
|
Initialize the STILMacroDefs object.
|
|
|
Assignment operator.
|
|
||||||||||||
|
Write the STILMacroDefs object to a FILE.
Reimplemented from STILBlock. |