Public Member Functions | Private Attributes

Parameters::DoubleArrayParamDef Class Reference

#include <DoubleArrayParamDef.h>

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

List of all members.

Public Member Functions

 DoubleArrayParamDef ()
 DoubleArrayParamDef (const string &paramName, const string &helpText, const string &promptText, bool requiredBoolVal, auto_ptr< string > unitsText, auto_ptr< int > maxLen, auto_ptr< vector< double > > defaultVals)
virtual ~DoubleArrayParamDef ()
auto_ptr< string > getUnits ()
auto_ptr< int > getMaxLen ()
auto_ptr< vector< double > > getDefaultValues ()
bool getHasUnits ()
bool getHasMaxLen ()
bool getHasDefaultValues ()

Private Attributes

vector< double > defaultValues_m
int maxLen_m
string units_m
bool hasDefaultValues_m
bool hasMaxLen_m
bool hasUnits_m

Detailed Description

DoubleArrayParamDef class used to support OFFLINE tasks


Constructor & Destructor Documentation

Parameters::DoubleArrayParamDef::DoubleArrayParamDef (  ) 

Constructor

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

Constructor.

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

Destructor


Member Function Documentation

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

Member Data Documentation


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