#include <IntParamDef.h>
Inheritance diagram for Parameters::IntParamDef:


Public Member Functions | |
| IntParamDef () | |
| IntParamDef (const string &nameVal, const string &helpVal, const string &promptVal, bool isRequired, auto_ptr< int > defaultVal, auto_ptr< string > strDefault, auto_ptr< string > unitsVal, auto_ptr< int > maxVal, auto_ptr< int > minVal, auto_ptr< vector< int > > validVals) | |
| virtual | ~IntParamDef () |
| auto_ptr< int > | getDefault () |
| auto_ptr< string > | getStringDefault () |
| auto_ptr< string > | getUnits () |
| auto_ptr< int > | getMax () |
| auto_ptr< int > | getMin () |
| auto_ptr< vector< int > > | getValidValues () |
| bool | getHasDefault () |
| bool | getHasStringDefault () |
| bool | getHasUnits () |
| bool | getHasMax () |
| bool | getHasMin () |
| bool | getHasValidValues () |
Private Attributes | |
| string | stringDefault_m |
| string | units_m |
| int | defaultValue_m |
| int | max_m |
| int | min_m |
| vector< int > | validValues_m |
| bool | hasDefault_m |
| bool | hasStringDefault_m |
| bool | hasMax_m |
| bool | hasMin_m |
| bool | hasValidValues_m |
| bool | hasUnits_m |
|
|
Constructor |
|
||||||||||||||||||||||||||||||||||||||||||||
|
Constructor. |
|
|
Destructor |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8