Parameters::BoolParamDef

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

NAME

Parameters::BoolParamDef −

SYNOPSIS

#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

Detailed Description

BoolParamDef class used to support OFFLINE tasks

Constructor & Destructor Documentation

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

Member Function Documentation

bool Parameters::BoolParamDef::getDefault ()

bool Parameters::BoolParamDef::getHasDefault ()

Member Data Documentation

bool Parameters::BoolParamDef::defaultValue_m [private]

bool Parameters::BoolParamDef::hasDefault_m [private]

Author

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