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


Definition at line 324 of file CommandOption.hpp.
Public Member Functions | |
| CommandOptionWithAnyArg (const char shOpt, const std::string &loOpt, const std::string &desc, const bool required=false) | |
| Constructor. | |
| virtual | ~CommandOptionWithAnyArg () |
| Destructor. | |
Protected Member Functions | |
| CommandOptionWithAnyArg () | |
| Default Constructor. | |
|
||||||||||||||||||||
|
Constructor.
Definition at line 328 of file CommandOption.hpp. |
|
|
Destructor.
Definition at line 336 of file CommandOption.hpp. |
|
|
Default Constructor.
Definition at line 340 of file CommandOption.hpp. |
1.3.9.1