|
Deepsolver
|
Public Member Functions | |
| DsInstallCliParser () | |
| The default constructor. | |
| virtual | ~DsInstallCliParser () |
| The destructor. | |
Public Attributes | |
| UserTask | userTask |
Protected Member Functions | |
| void | parseCluster (const StringVector &cluster, int &mode) |
| Parses one cluster. | |
| size_t | recognizeCluster (const StringVector ¶ms, int &mode) const |
| Recognizes cluster of command line arguments. | |
| void DsInstallCliParser::parseCluster | ( | const StringVector & | cluster, |
| int & | mode | ||
| ) | [inline, protected, virtual] |
The default implementation of this method parses arguments according to user-defined table.
| [in] | cluster | The arguments of one cluster to parse |
| [in/out] | mode The additional mode variable with user-defined purpose |
Reimplemented from Deepsolver::CliParser.
| size_t DsInstallCliParser::recognizeCluster | ( | const StringVector & | params, |
| int & | mode | ||
| ) | const [inline, protected, virtual] |
The descent class may provide custom implementation of this method.
| [in] | params | The list of all arguments potentially included into cluster |
| [in/out] | mode The additional mode variable with user-defined purpose |
Reimplemented from Deepsolver::CliParser.
1.7.5.1