#include <BoolParamDef.h>
Inheritance diagram for Parameters::BoolParamDef:
Public Member Functions | |
BoolParamDef () | |
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 |
|
Constructor |
|
Destructor |
|
Constructor |
|
|
|
|
|
|
|
|