#include <stilselector.h>
Inheritance diagram for STILSelector:
Public Member Functions | |
STILSelector () | |
STILSelector (const STILSelector &) | |
virtual | ~STILSelector () |
STILSelector & | operator= (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 &) |
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
|
Default Constructor for a STILSelector object.
|
|
Constructor a STILSelector object from another STILSelector.
|
|
Destructor for a STILSelector object.
|
|
Initialize the STILSelector object.
|
|
Assignment operator for a STILSelector object.
|
|
Write the STILSelector object to a FILE.
Reimplemented from STILBlock. |
|
|