#include <CommandOptionWithTimeArg.hpp>
Inheritance diagram for CommandOptionWithSimpleTimeArg:


Definition at line 129 of file CommandOptionWithTimeArg.hpp.
Public Member Functions | |
| CommandOptionWithSimpleTimeArg (const char shOpt, const std::string &loOpt, const std::string &desc, const bool required=false) | |
| Constructor. | |
| virtual | ~CommandOptionWithSimpleTimeArg () |
| Destructor. | |
Protected Member Functions | |
| CommandOptionWithSimpleTimeArg () | |
| Default Constructor. | |
| virtual std::string | getTimeSpec (std::vector< std::string >::size_type index) const |
| Return the appropriate time scanning format for value[index]. | |
|
||||||||||||||||||||
|
Constructor.
Definition at line 140 of file CommandOptionWithTimeArg.hpp. |
|
|
Destructor.
Definition at line 148 of file CommandOptionWithTimeArg.hpp. |
|
|
Default Constructor.
Definition at line 152 of file CommandOptionWithTimeArg.hpp. |
|
|
Return the appropriate time scanning format for value[index].
Reimplemented from CommandOptionWithTimeArg. Definition at line 89 of file CommandOptionWithTimeArg.cpp. References index(), and gpstk::StringUtils::numWords(). |
1.3.9.1