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

STILFixed Class Reference

STILFixed Class Interface. More...

#include <stilfixed.h>

Inheritance diagram for STILFixed:

STILVectorBlock STILBlock STILEntity List of all members.

Public Member Functions

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

Detailed Description

STILFixed Class Interface.

The STILFixed Class is the interface for STIL Fixed block


Constructor & Destructor Documentation

STILFixed::STILFixed  ) 
 

Default Constructor for a STILFixed object.

Parameters:
 
Returns:

STILFixed::STILFixed const STILFixed s  ) 
 

Constructor a STILFixed object from another STILFixed.

Parameters:
s STILFixed object to construct from
Returns:

STILFixed::~STILFixed  )  [virtual]
 

Destructor for a STILFixed object.

Parameters:
 
Returns:


Member Function Documentation

void STILFixed::init  ) 
 

Initialize the STILFixed object.

Parameters:
 
Returns:

Reimplemented from STILVectorBlock.

STILFixed & STILFixed::operator= const STILFixed s  ) 
 

Assignment operator.

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

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

Write the STILFixed object to a FILE.

Parameters:
pOutFile FILE * of output file
indentation Current block indentation
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