#include <CLP.h>
§ CLS()
CLS::CLS |
( |
std::string |
name, |
|
|
std::string |
shortName, |
|
|
std::string |
description, |
|
|
unsigned |
numberOfSwitchArguments |
|
) |
| |
§ addSwitchArgument()
void CLS::addSwitchArgument |
( |
std::string |
argument | ) |
|
|
inline |
§ getDescription()
const std::string CLS::getDescription |
( |
void |
| ) |
const |
|
inline |
§ getNumberOfSwitchArguments()
unsigned CLS::getNumberOfSwitchArguments |
( |
void |
| ) |
|
|
inline |
§ getShortName()
const std::string CLS::getShortName |
( |
void |
| ) |
const |
|
inline |
§ getSwitchArgument()
std::string CLS::getSwitchArgument |
( |
unsigned |
index | ) |
|
|
inline |
§ isSet()
§ resetSwitch()
void CLS::resetSwitch |
( |
| ) |
|
|
inline |
§ setSwitch()
void CLS::setSwitch |
( |
void |
| ) |
|
|
inline |
§ _description
std::string CLS::_description |
|
private |
§ _isSet
§ _name
§ _numberOfSwitchArguments
unsigned CLS::_numberOfSwitchArguments |
|
private |
§ _shortName
std::string CLS::_shortName |
|
private |
§ _switchArguments
std::vector<std::string> CLS::_switchArguments |
|
private |
The documentation for this class was generated from the following files: