#include <CLP.h>
Public Member Functions | |
CLS (std::string name, std::string shortName, std::string description, unsigned numberOfSwitchArguments) | |
void | setSwitch (void) |
void | addSwitchArgument (std::string argument) |
void | resetSwitch () |
unsigned | getNumberOfSwitchArguments (void) |
bool | isSet (void) |
std::string | getSwitchArgument (unsigned index) |
const std::string | getDescription (void) |
const std::string | getShortName (void) |
Private Attributes | |
std::string | _name |
std::string | _shortName |
std::string | _description |
unsigned | _numberOfSwitchArguments |
std::vector< std::string > | _switchArguments |
bool | _isSet |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|