Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

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

vector<double> Parameters::DoubleArrayParamDef::defaultValues_m [private]
 

bool Parameters::DoubleArrayParamDef::hasDefaultValues_m [private]
 

bool Parameters::DoubleArrayParamDef::hasMaxLen_m [private]
 

bool Parameters::DoubleArrayParamDef::hasUnits_m [private]
 

int Parameters::DoubleArrayParamDef::maxLen_m [private]
 

string Parameters::DoubleArrayParamDef::units_m [private]
 


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 02:37:36 2009 for ACS C++ API by doxygen 1.3.8