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

STILProcedure Class Reference

STILProcedure Class Interface. More...

#include <stilprocedure.h>

Inheritance diagram for STILProcedure:

STILPatternBlock STILBlock STILEntity List of all members.

Public Member Functions

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

Detailed Description

STILProcedure Class Interface.

The STILProcedure Class is the interface for STIL Procedure block


Constructor & Destructor Documentation

STILProcedure::STILProcedure  ) 
 

Default Constructor for a STILProcedure object.

Parameters:
 
Returns:

STILProcedure::STILProcedure const STILProcedure s  ) 
 

Constructor a STILProcedure object from another STILProcedure.

Parameters:
s STILProcedure object to construct from
Returns:

STILProcedure::~STILProcedure  )  [virtual]
 

Destructor for a STILProcedure object.

Parameters:
 
Returns:


Member Function Documentation

void STILProcedure::init void   ) 
 

Initialize the STILProcedure object.

Parameters:
 
Returns:
(void)

Reimplemented from STILPatternBlock.

STILProcedure & STILProcedure::operator= const STILProcedure s  ) 
 

Assignment operator.

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

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

Write the STILProcedure 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