#include <ParamDef.h>
Inheritance diagram for Parameters::ParamDef:
Public Member Functions | |
ParamDef () | |
ParamDef (const string &nameVal, const string &helpVal, const string &promptVal, bool isRequired) | |
virtual | ~ParamDef ()=0 |
bool | isRequired () |
string | getName () |
string | getHelp () |
string | getPrompt () |
Protected Attributes | |
bool | required_m |
string | name_m |
string | help_m |
string | prompt_m |
|
Constructor |
|
Constructor |
|
Destructor |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|