Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

STILHistory Class Reference

STILHistory Class Interface. More...

#include <stilhistory.h>

Inheritance diagram for STILHistory:

STILBlock STILEntity List of all members.

Public Member Functions

 STILHistory ()
 STILHistory (const STILHistory &)
virtual ~STILHistory ()
STILHistoryoperator= (const STILHistory &)
void init ()
virtual void write (FILE *pOutFile, LONG indentation=0) const

Detailed Description

STILHistory Class Interface.

The STILHistory Class is the interface for STIL History blocks


Constructor & Destructor Documentation

STILHistory::STILHistory  ) 
 

Default Constructor for a STILHistory object.

Parameters:
 
Returns:

STILHistory::STILHistory const STILHistory h  ) 
 

Constructor a STILHistory object from another STILHistory.

Parameters:
h STILHistory object to construct from
Returns:

STILHistory::~STILHistory  )  [virtual]
 

Destructor for a STILHistory object.

Parameters:
 
Returns:


Member Function Documentation

void STILHistory::init  ) 
 

Initialize the STILHistory object.

Parameters:
 
Returns:
(void)

STILHistory & STILHistory::operator= const STILHistory h  ) 
 

Assignment operator for a STILHistory object.

Parameters:
h Source object to assign into this target object
Returns:
(StilHistory &)

void STILHistory::write FILE *  pOutFile,
LONG  indentation = 0
const [virtual]
 

Write the STILHistory object to a FILE.

Parameters:
pOutFile FILE * of output file
Returns:
(void)

Reimplemented from STILBlock.


The documentation for this class was generated from the following files:
This page last updated on 6 Jul 2007

SourceForge.net Logo