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

Parameters::StringParamDef Class Reference

#include <StringParamDef.h>

Inheritance diagram for Parameters::StringParamDef:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 StringParamDef ()
 StringParamDef (const string &nameVal, const string &helpVal, const string &promptVal, bool isRequired, auto_ptr< string > defaultVal, auto_ptr< vector< string > > validVals)
virtual ~StringParamDef ()
auto_ptr< string > getDefault ()
auto_ptr< vector< string > > getValidValues ()
bool getHasDefault ()
bool getHasValidValues ()

Private Attributes

string defaultValue_m
vector< string > validValues_m
bool hasDefault_m
bool hasValidValues_m

Detailed Description

StringParamDef class used to support OFFLINE tasks


Constructor & Destructor Documentation

Parameters::StringParamDef::StringParamDef  ) 
 

Constructor

Parameters::StringParamDef::StringParamDef const string &  nameVal,
const string &  helpVal,
const string &  promptVal,
bool  isRequired,
auto_ptr< string >  defaultVal,
auto_ptr< vector< string > >  validVals
 

Constructor.

virtual Parameters::StringParamDef::~StringParamDef  )  [virtual]
 

Destructor


Member Function Documentation

auto_ptr<string> Parameters::StringParamDef::getDefault  ) 
 

bool Parameters::StringParamDef::getHasDefault  ) 
 

bool Parameters::StringParamDef::getHasValidValues  ) 
 

auto_ptr< vector< string > > Parameters::StringParamDef::getValidValues  ) 
 


Member Data Documentation

string Parameters::StringParamDef::defaultValue_m [private]
 

bool Parameters::StringParamDef::hasDefault_m [private]
 

bool Parameters::StringParamDef::hasValidValues_m [private]
 

vector< string > Parameters::StringParamDef::validValues_m [private]
 


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