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

STILMacro Class Reference

STILMacro Class Interface. More...

#include <stilmacro.h>

Inheritance diagram for STILMacro:

STILVectorBlock STILBlock STILEntity List of all members.

Public Member Functions

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

Detailed Description

STILMacro Class Interface.

The STILMacro Class is the interface for STIL Macro block


Constructor & Destructor Documentation

STILMacro::STILMacro  ) 
 

Default Constructor for a STILMacro object.

Parameters:
 
Returns:

STILMacro::STILMacro const STILMacro s  ) 
 

Constructor a STILMacro object from another STILMacro.

Parameters:
s STILMacro object to construct from
Returns:

STILMacro::~STILMacro  )  [virtual]
 

Destructor for a STILMacro object.

Parameters:
 
Returns:


Member Function Documentation

void STILMacro::init  ) 
 

Initialize the STILMacro object.

Parameters:
 
Returns:

Reimplemented from STILVectorBlock.

STILMacro & STILMacro::operator= const STILMacro s  ) 
 

Assignment operator.

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

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

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