#include <stilhistory.h>
Inheritance diagram for STILHistory:
Public Member Functions | |
STILHistory () | |
STILHistory (const STILHistory &) | |
virtual | ~STILHistory () |
STILHistory & | operator= (const STILHistory &) |
void | init () |
virtual void | write (FILE *pOutFile, LONG indentation=0) const |
The STILHistory Class is the interface for STIL History blocks
|
Default Constructor for a STILHistory object.
|
|
Constructor a STILHistory object from another STILHistory.
|
|
Destructor for a STILHistory object.
|
|
Initialize the STILHistory object.
|
|
Assignment operator for a STILHistory object.
|
|
Write the STILHistory object to a FILE.
Reimplemented from STILBlock. |