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

STILVariable Class Reference

STILVariable Class Interface. More...

#include <stilvariable.h>

Inheritance diagram for STILVariable:

STILBlock STILEntity List of all members.

Public Member Functions

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

Friends

std::ostream & operator<< (std::ostream &os, const STILVariable &)

Detailed Description

STILVariable Class Interface.

A Variable is a collection of variables with three possible values (Min, Max, Typ). The actual value used for a specific test is defined by the Selector block(s).


Constructor & Destructor Documentation

STILVariable::STILVariable  ) 
 

Default Constructor for a STILVariable object.

Parameters:
 
Returns:

STILVariable::STILVariable const STILVariable arg  ) 
 

Constructor a STILVariable object from another STILVariable.

Parameters:
arg STILVariable object to construct from
Returns:

STILVariable::~STILVariable  )  [virtual]
 

Destructor for a STILVariable object.

Parameters:
 
Returns:


Member Function Documentation

void STILVariable::init void   ) 
 

Initialize the STILVariable object.

Parameters:
 
Returns:
(void)

STILVariable & STILVariable::operator= const STILVariable arg  ) 
 

Assignment operator for a STILVariable object.

Parameters:
arg Source object to assign into this target object
Returns:
(STILVariable &)

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

Write the STILVariable object to a FILE.

Parameters:
pOutFile FILE * of output file
Returns:
(void)

Reimplemented from STILBlock.


Friends And Related Function Documentation

std::ostream& operator<< std::ostream &  os,
const STILVariable
[friend]
 


The documentation for this class was generated from the following files:
This page last updated on 6 Jul 2007

SourceForge.net Logo