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


Public Member Functions | |
| IntArrayParamDef () | |
| IntArrayParamDef (const string ¶mName, const string &helpText, const string &promptText, bool requiredBoolVal, auto_ptr< string > unitsText, auto_ptr< int > maxLen, auto_ptr< vector< int > > defaultVals) | |
| virtual | ~IntArrayParamDef () |
| auto_ptr< string > | getUnits () |
| auto_ptr< int > | getMaxLen () |
| auto_ptr< vector< int > > | getDefaultValues () |
| bool | getHasUnits () |
| bool | getHasMaxLen () |
| bool | getHasDefaultValues () |
Private Attributes | |
| vector< int > | defaultValues_m |
| int | maxLen_m |
| string | units_m |
| bool | hasDefaultValues_m |
| bool | hasMaxLen_m |
| bool | hasUnits_m |
|
|
Constructor |
|
||||||||||||||||||||||||||||||||
|
Constructor. |
|
|
Destructor |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.8