Public Member Functions | Private Attributes

Parameters::IntParamDef Class Reference

#include <IntParamDef.h>

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

List of all members.

Public Member Functions

 IntParamDef ()
 IntParamDef (const string &nameVal, const string &helpVal, const string &promptVal, bool isRequired, auto_ptr< int > defaultVal, auto_ptr< string > strDefault, auto_ptr< string > unitsVal, auto_ptr< int > maxVal, auto_ptr< int > minVal, auto_ptr< vector< int > > validVals)
virtual ~IntParamDef ()
auto_ptr< int > getDefault ()
auto_ptr< string > getStringDefault ()
auto_ptr< string > getUnits ()
auto_ptr< int > getMax ()
auto_ptr< int > getMin ()
auto_ptr< vector< int > > getValidValues ()
bool getHasDefault ()
bool getHasStringDefault ()
bool getHasUnits ()
bool getHasMax ()
bool getHasMin ()
bool getHasValidValues ()

Private Attributes

string stringDefault_m
string units_m
int defaultValue_m
int max_m
int min_m
vector< int > validValues_m
bool hasDefault_m
bool hasStringDefault_m
bool hasMax_m
bool hasMin_m
bool hasValidValues_m
bool hasUnits_m

Detailed Description

IntParamDef class used to support OFFLINE tasks


Constructor & Destructor Documentation

Parameters::IntParamDef::IntParamDef (  ) 

Constructor

Parameters::IntParamDef::IntParamDef ( const string &  nameVal,
const string &  helpVal,
const string &  promptVal,
bool  isRequired,
auto_ptr< int >  defaultVal,
auto_ptr< string >  strDefault,
auto_ptr< string >  unitsVal,
auto_ptr< int >  maxVal,
auto_ptr< int >  minVal,
auto_ptr< vector< int > >  validVals 
)

Constructor.

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

Destructor


Member Function Documentation

auto_ptr< int > Parameters::IntParamDef::getDefault (  ) 
bool Parameters::IntParamDef::getHasDefault (  ) 
bool Parameters::IntParamDef::getHasMax (  ) 
bool Parameters::IntParamDef::getHasMin (  ) 
bool Parameters::IntParamDef::getHasStringDefault (  ) 
bool Parameters::IntParamDef::getHasUnits (  ) 
bool Parameters::IntParamDef::getHasValidValues (  ) 
auto_ptr< int > Parameters::IntParamDef::getMax (  ) 
auto_ptr< int > Parameters::IntParamDef::getMin (  ) 
auto_ptr< string > Parameters::IntParamDef::getStringDefault (  ) 
auto_ptr< string > Parameters::IntParamDef::getUnits (  ) 
auto_ptr< vector<int> > Parameters::IntParamDef::getValidValues (  ) 

Member Data Documentation


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