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

STILCondition Class Reference

STILCondition Class Interface. More...

#include <stilcondition.h>

Inheritance diagram for STILCondition:

STILVectorBlock STILBlock STILEntity List of all members.

Public Member Functions

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

Detailed Description

STILCondition Class Interface.

The STILCondition Class is the interface for STIL Condition block


Constructor & Destructor Documentation

STILCondition::STILCondition  ) 
 

Default Constructor for a STILCondition object.

Parameters:
 
Returns:

STILCondition::STILCondition const STILCondition s  ) 
 

Constructor a STILCondition object from another STILCondition.

Parameters:
s STILCondition object to construct from
Returns:

STILCondition::~STILCondition  )  [virtual]
 

Destructor for a STILCondition object.

Parameters:
 
Returns:


Member Function Documentation

void STILCondition::init  ) 
 

Initialize the STILCondition object.

Parameters:
 
Returns:

Reimplemented from STILVectorBlock.

STILCondition & STILCondition::operator= const STILCondition s  ) 
 

Assignment operator.

Parameters:
s Source object to assign this object from
Returns:
(STILCondition &)

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

Write the STILCondition object to a FILE.

Parameters:
pOutFile FILE * of output file
Returns:

Reimplemented from STILVectorBlock.


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

SourceForge.net Logo