Public Member Functions | Private Attributes

Parameters::BoolParamDef Class Reference

#include <BoolParamDef.h>

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

List of all members.

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


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