|
Parameters::BoolParamDef − |
|
#include <BoolParamDef.h> Inherits Parameters::ParamDef. |
|
Public Member Functions |
|
BoolParamDef () |
|
BoolParamDef (const string &nameVal, const string &helpVal, const string &promptVal, bool isRequired, auto_ptr< bool > defaultVal) |
|
virtual ~BoolParamDef () |
|
bool getDefault () |
|
bool getHasDefault () |
|
Private Attributes |
|
bool defaultValue_m |
|
bool hasDefault_m |
|
BoolParamDef class used to support OFFLINE tasks |
|
Parameters::BoolParamDef::BoolParamDef () Constructor |
|
Parameters::BoolParamDef::BoolParamDef (const string & nameVal, const string & helpVal, const string & promptVal, bool isRequired, auto_ptr< bool > defaultVal) Constructor |
|
virtual Parameters::BoolParamDef::~BoolParamDef () [virtual] Destructor |
|
bool Parameters::BoolParamDef::getDefault () |
|
bool Parameters::BoolParamDef::getHasDefault () |
|
bool Parameters::BoolParamDef::defaultValue_m [private] |
|
bool Parameters::BoolParamDef::hasDefault_m [private] |
|
Generated automatically by Doxygen for ACS-2015.8 C++ API from the source code. |