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

STILSelector Class Reference

STILSelector Class Interface. More...

#include <stilselector.h>

Inheritance diagram for STILSelector:

STILBlock STILEntity List of all members.

Public Member Functions

 STILSelector ()
 STILSelector (const STILSelector &)
virtual ~STILSelector ()
STILSelectoroperator= (const STILSelector &)
void init (const sstring &domain="")
virtual void write (FILE *pOutFile, LONG indentation=0) const

Friends

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

Detailed Description

STILSelector Class Interface.

A Selector picks a specific value for a variable (Min, Max or Typ) that was defined from a Category block Selector blocks are referenced by the PatternExec


Constructor & Destructor Documentation

STILSelector::STILSelector  ) 
 

Default Constructor for a STILSelector object.

Parameters:
 
Returns:

STILSelector::STILSelector const STILSelector arg  ) 
 

Constructor a STILSelector object from another STILSelector.

Parameters:
arg STILSelector object to construct from
Returns:

STILSelector::~STILSelector  )  [virtual]
 

Destructor for a STILSelector object.

Parameters:
 
Returns:


Member Function Documentation

void STILSelector::init const sstring name = ""  ) 
 

Initialize the STILSelector object.

Parameters:
name The name of the item
Returns:
(void)

STILSelector & STILSelector::operator= const STILSelector arg  ) 
 

Assignment operator for a STILSelector object.

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

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

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


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

SourceForge.net Logo