#include <Commandline.h>
Inheritance diagram for Tagcoll::commandline::BoolOption:
Public Member Functions | |
BoolOption (const std::string &name) | |
BoolOption (const std::string &name, char shortName, const std::string &longName) | |
bool | boolValue () const |
std::string | stringValue () const |
bool | parse (const char *str) |
Signal that the option has been found, with the given argument (or 0 if no argument). |
|
|
|
|
|
Implements Tagcoll::commandline::Option. |
|
Signal that the option has been found, with the given argument (or 0 if no argument).
Implements Tagcoll::commandline::Option. |
|
Implements Tagcoll::commandline::Option. |