#include <CommandOption.hpp>
Inheritance diagram for CommandOptionNoArg:


Definition at line 281 of file CommandOption.hpp.
Public Member Functions | |
| CommandOptionNoArg (const char shOpt, const std::string &loOpt, const std::string &desc, const bool required=false) | |
| Constructor. | |
| virtual | ~CommandOptionNoArg () |
| Destructor. | |
| operator bool () const throw () | |
| Returns true if this option was found on the command line. | |
Protected Member Functions | |
| CommandOptionNoArg () | |
| Default Constructor. | |
|
||||||||||||||||||||
|
Constructor.
Definition at line 285 of file CommandOption.hpp. |
|
|
Destructor.
Definition at line 293 of file CommandOption.hpp. |
|
|
Default Constructor.
Definition at line 299 of file CommandOption.hpp. |
|
|
Returns true if this option was found on the command line.
Definition at line 295 of file CommandOption.hpp. |
1.3.9.1