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

STILVector Class Reference

STILVector Class Interface. More...

#include <stilvector.h>

Inheritance diagram for STILVector:

STILVectorBlock STILBlock STILEntity List of all members.

Public Member Functions

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

Detailed Description

STILVector Class Interface.

The STILVector Class is the interface for STIL Vector block


Constructor & Destructor Documentation

STILVector::STILVector  ) 
 

Default Constructor for a STILVector object.

Parameters:
 
Returns:

STILVector::STILVector const STILVector s  ) 
 

Constructor a STILVector object from another STILVector.

Parameters:
s STILVector object to construct from
Returns:
(void)

STILVector::~STILVector  )  [virtual]
 

Destructor for a STILVector object.

Parameters:
 
Returns:


Member Function Documentation

void STILVector::init void   ) 
 

Initialize the STILVector object.

Parameters:
 
Returns:
(void)

Reimplemented from STILVectorBlock.

STILVector & STILVector::operator= const STILVector s  ) 
 

Assignment operator.

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

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

Write the STILVector object to a FILE.

Parameters:
pOutFile FILE * of output file
indentation Current block indent in the output file
Returns:
(void)

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