Parameters::DoubleArrayParamDef

NAME
SYNOPSIS
Detailed Description
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation
Author

NAME

Parameters::DoubleArrayParamDef −

SYNOPSIS

#include <DoubleArrayParamDef.h>

Inherits Parameters::ParamDef.

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]

Author

Generated automatically by Doxygen for ACS-2015.2 C++ API from the source code.