#include <ParamDef.h>
List of all members.
Detailed Description
ParamDef class - abstract base class used to store information about individual params within a ParameterSetDef as defined by the task author of a particular OFFLINE task.
Constructor & Destructor Documentation
Parameters::ParamDef::ParamDef |
( |
|
) |
|
Parameters::ParamDef::ParamDef |
( |
const string & |
nameVal, |
|
|
const string & |
helpVal, |
|
|
const string & |
promptVal, |
|
|
bool |
isRequired | |
|
) |
| | |
virtual Parameters::ParamDef::~ParamDef |
( |
|
) |
[pure virtual] |
Member Function Documentation
string Parameters::ParamDef::getHelp |
( |
|
) |
|
string Parameters::ParamDef::getName |
( |
|
) |
|
string Parameters::ParamDef::getPrompt |
( |
|
) |
|
bool Parameters::ParamDef::isRequired |
( |
|
) |
|
Member Data Documentation
The documentation for this class was generated from the following file: