#include <stilspec.h>
Inheritance diagram for STILSpec:
Public Member Functions | |
STILSpec () | |
STILSpec (const STILSpec &) | |
virtual | ~STILSpec () |
STILSpec & | operator= (const STILSpec &) |
void | init () |
virtual void | write (FILE *pOutFile, LONG indentation=0) const |
void | addCategory (const STILCategory &) |
void | addVariable (const STILVariable &) |
The STILSpec Class is the interface for STIL Spec blocks
|
Default Constructor for a STILSpec object.
|
|
Constructor a STILSpec object from another STILSpec.
|
|
Destructor for a STILSpec object.
|
|
Add a Category to this object.
|
|
Add a Variable to this object.
|
|
Initialize the STILSpec object.
|
|
Assignment operator.
|
|
Write the STILSpec object to a FILE.
Reimplemented from STILBlock. |