Public Member Functions | Private Attributes

Parameters::IntArrayParamDef Class Reference

#include <IntArrayParamDef.h>

Inheritance diagram for Parameters::IntArrayParamDef:
Inheritance graph
[legend]
Collaboration diagram for Parameters::IntArrayParamDef:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 IntArrayParamDef ()
 IntArrayParamDef (const string &paramName, 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

Detailed Description

IntArrayParamDef class used to support OFFLINE tasks


Constructor & Destructor Documentation

Parameters::IntArrayParamDef::IntArrayParamDef (  ) 

Constructor

Parameters::IntArrayParamDef::IntArrayParamDef ( const string &  paramName,
const string &  helpText,
const string &  promptText,
bool  requiredBoolVal,
auto_ptr< string >  unitsText,
auto_ptr< int >  maxLen,
auto_ptr< vector< int > >  defaultVals 
)

Constructor.

virtual Parameters::IntArrayParamDef::~IntArrayParamDef (  )  [virtual]

Destructor


Member Function Documentation

auto_ptr< vector<int> > Parameters::IntArrayParamDef::getDefaultValues (  ) 
bool Parameters::IntArrayParamDef::getHasDefaultValues (  ) 
bool Parameters::IntArrayParamDef::getHasMaxLen (  ) 
bool Parameters::IntArrayParamDef::getHasUnits (  ) 
auto_ptr<int> Parameters::IntArrayParamDef::getMaxLen (  ) 
auto_ptr<string> Parameters::IntArrayParamDef::getUnits (  ) 

Member Data Documentation


The documentation for this class was generated from the following file: