Parameters::IntArrayParamDef

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

NAME

Parameters::IntArrayParamDef −

SYNOPSIS

#include <IntArrayParamDef.h>

Inherits Parameters::ParamDef.

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

vector<int> Parameters::IntArrayParamDef::defaultValues_m [private]

bool Parameters::IntArrayParamDef::hasDefaultValues_m [private]

bool Parameters::IntArrayParamDef::hasMaxLen_m [private]

bool Parameters::IntArrayParamDef::hasUnits_m [private]

int Parameters::IntArrayParamDef::maxLen_m [private]

string Parameters::IntArrayParamDef::units_m [private]

Author

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