#include <stilterminations.h>
Inheritance diagram for STILTerminations:
Public Member Functions | |
STILTerminations () | |
STILTerminations (STILEntity::Type t) | |
STILTerminations (const STILTerminations &arg) | |
virtual | ~STILTerminations () |
STILTerminations & | operator= (const STILTerminations &arg) |
void | write (FILE *pOutFile, LONG indentation=0) const |
void | addTerminationItem (const STILTerminationItem &) |
void | init () |
|
Default Constructor for a STILTerminations object.
|
|
Constructor for a STILTerminations object which sets the Entity type.
|
|
Constructor a STILTerminations object from another STILTerminations.
|
|
Destructor for a STILTerminations object.
|
|
add a Termination to the list of Terminations
|
|
Clear the Terminations object.
|
|
Assignment operator for a STILTerminations object.
|
|
Write the STILTerminations object to a FILE.
Reimplemented from STILBlock. |