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