#include <stilvariable.h>
Inheritance diagram for STILVariable:
Public Member Functions | |
STILVariable () | |
STILVariable (const STILVariable &) | |
virtual | ~STILVariable () |
STILVariable & | operator= (const STILVariable &) |
void | init () |
virtual void | write (FILE *pOutFile, LONG indentation=0) const |
Friends | |
std::ostream & | operator<< (std::ostream &os, const STILVariable &) |
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).
|
Default Constructor for a STILVariable object.
|
|
Constructor a STILVariable object from another STILVariable.
|
|
Destructor for a STILVariable object.
|
|
Initialize the STILVariable object.
|
|
Assignment operator for a STILVariable object.
|
|
Write the STILVariable object to a FILE.
Reimplemented from STILBlock. |
|
|