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

STILMacroDef Class Reference

STILMacroDef Class Interface. More...

#include <stilmacrodef.h>

Inheritance diagram for STILMacroDef:

STILPatternBlock STILBlock STILEntity List of all members.

Public Member Functions

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

Detailed Description

STILMacroDef Class Interface.

The STILMacroDef Class is the interface for STIL MacroDef block


Constructor & Destructor Documentation

STILMacroDef::STILMacroDef  ) 
 

Default Constructor for a STILMacroDef object.

Parameters:
None 
Returns:
(void)

STILMacroDef::STILMacroDef const STILMacroDef s  ) 
 

Constructor a STILMacroDef object from another STILMacroDef.

Parameters:
1. (const STILMacroDef &) - STILMacroDef object to construct from
Returns:
(void)

STILMacroDef::~STILMacroDef  )  [virtual]
 

Destructor for a STILMacroDef object.

Parameters:
None 
Returns:
(void)


Member Function Documentation

void STILMacroDef::init  ) 
 

Initialize the STILMacroDef object.

Parameters:
None 
Returns:
(void)

Reimplemented from STILPatternBlock.

STILMacroDef & STILMacroDef::operator= const STILMacroDef s  ) 
 

Assignment operator.

Parameters:
1 - Source object to assign this object from
Returns:
(STILMacroDef &)

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

Write the STILMacroDef object to a FILE.

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