#include <StringArrayParamDef.h>
Inheritance diagram for Parameters::StringArrayParamDef:
Public Member Functions | |
StringArrayParamDef () | |
StringArrayParamDef (const string ¶mName, const string &helpText, const string &promptText, bool requiredBoolVal, auto_ptr< int > maxLen, auto_ptr< vector< string > > defaultVals) | |
virtual | ~StringArrayParamDef () |
auto_ptr< int > | getMaxLen () |
auto_ptr< vector< string > > | getDefaultValues () |
bool | getHasMaxLen () |
bool | getHasDefaultValues () |
Private Attributes | |
vector< string > | defaultValues_m |
int | maxLen_m |
bool | hasDefaultValues_m |
bool | hasMaxLen_m |
|
Constructor |
|
Constructor. |
|
Destructor |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|