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

STILCategory Class Reference

STILCategory Class Interface. More...

#include <stilcategory.h>

Inheritance diagram for STILCategory:

STILBlock STILEntity List of all members.

Public Member Functions

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

Friends

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

Detailed Description

STILCategory Class Interface.

A Category 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). Category blocks are referenced by the PatternExec


Constructor & Destructor Documentation

STILCategory::STILCategory  ) 
 

Default Constructor for a STILCategory object.

Parameters:
 
Returns:

STILCategory::STILCategory const STILCategory arg  ) 
 

Constructor a STILCategory object from another STILCategory.

Parameters:
arg STILCategory object to construct from
Returns:
(void)

STILCategory::~STILCategory  )  [virtual]
 

Destructor for a STILCategory object.

Parameters:
 
Returns:


Member Function Documentation

void STILCategory::init  ) 
 

STILCategory & STILCategory::operator= const STILCategory arg  ) 
 

Assignment operator for a STILCategory object.

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

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

Write the STILCategory 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 STILCategory
[friend]
 


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

SourceForge.net Logo