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


Definition at line 344 of file CommandOption.hpp.
Public Member Functions | |
| CommandOptionWithStringArg (const char shOpt, const std::string &loOpt, const std::string &desc, const bool required=false) | |
| Constructor. | |
| virtual | ~CommandOptionWithStringArg () |
| Destructor. | |
| virtual std::string | checkArguments () |
| If you specified a format for the arguments (for example, digit or string), this function checks them to see if they match. | |
| virtual std::string | getArgString () const |
| Returns a string with the argument format. | |
Protected Member Functions | |
| CommandOptionWithStringArg () | |
| Default Constructor. | |
|
||||||||||||||||||||
|
Constructor.
Definition at line 348 of file CommandOption.hpp. |
|
|
Destructor.
Definition at line 356 of file CommandOption.hpp. |
|
|
Default Constructor.
Definition at line 366 of file CommandOption.hpp. |
|
|
If you specified a format for the arguments (for example, digit or string), this function checks them to see if they match. If they don't, an error string is returned. If they do, an empty string is returned.
Reimplemented from CommandOption. Definition at line 211 of file CommandOption.cpp. References CommandOption::getOptionString(), and gpstk::StringUtils::isAlphaString(). |
|
|
Returns a string with the argument format.
Reimplemented from CommandOption. Definition at line 361 of file CommandOption.hpp. |
1.3.9.1