#include <optionDescription.h>
Public Member Functions | |
| OptionDescription () | |
| Default constructor. | |
| OptionDescription (const std::string &name, const std::string &shortAppearance, const std::string &longAppearance, bool requiresValue, bool allowPartialMatch, const std::string &docString, const std::string &defaultValue="") | |
| Constructor. | |
| ~OptionDescription () | |
| Destructor. | |
| const std::string & | getDefaultValue () const |
| const std::string & | getName () const |
| size_t | getMatchLength (const std::string &argument, bool &isShortMatch) const |
| std::string | getOptionDoc () const |
| bool | isMatch (const std::string &argument) const |
| bool | requiresValue () const |
Definition at line 28 of file optionDescription.h.
| dlr::utilities::OptionDescription::OptionDescription | ( | ) |
| dlr::utilities::OptionDescription::OptionDescription | ( | const std::string & | name, | |
| const std::string & | shortAppearance, | |||
| const std::string & | longAppearance, | |||
| bool | requiresValue, | |||
| bool | allowPartialMatch, | |||
| const std::string & | docString, | |||
| const std::string & | defaultValue = "" | |||
| ) |
| dlr::utilities::OptionDescription::~OptionDescription | ( | ) |
1.5.2