Parameters::StringParamDef

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

NAME

Parameters::StringParamDef −

SYNOPSIS

#include <StringParamDef.h>

Inherits Parameters::ParamDef.

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]

Author

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