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

STILCall Class Reference

STILCall Class Interface. More...

#include <stilcall.h>

Inheritance diagram for STILCall:

STILVectorBlock STILBlock STILEntity List of all members.

Public Member Functions

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

Detailed Description

STILCall Class Interface.

The STILCall Class is the interface for STIL Call block


Constructor & Destructor Documentation

STILCall::STILCall  ) 
 

Default Constructor for a STILCall object.

Parameters:
 
Returns:

STILCall::STILCall const STILCall s  ) 
 

Constructor a STILCall object from another STILCall.

Parameters:
s STILCall object to construct from
Returns:

STILCall::~STILCall  )  [virtual]
 

Destructor for a STILCall object.

Parameters:
 
Returns:


Member Function Documentation

void STILCall::init  ) 
 

Initialize the STILCall object.

Parameters:
 
Returns:

Reimplemented from STILVectorBlock.

STILCall & STILCall::operator= const STILCall s  ) 
 

Assignment operator.

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

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

Write the STILCall object to a FILE.

Parameters:
pOutFile FILE * to the output file
indentation The indent for the block to write out
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