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


Definition at line 540 of file CommandOption.hpp.
Public Member Functions | |
| CommandOptionDependent (const CommandOption *parent, const CommandOption *child) | |
| CommandOptionDependent contructor. | |
| virtual | ~CommandOptionDependent () |
| 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. | |
Protected Member Functions | |
| CommandOptionDependent () | |
| Default Constructor. | |
Protected Attributes | |
| const CommandOption * | requiree |
| const CommandOption * | requirer |
|
||||||||||||
|
CommandOptionDependent contructor.
This sets the CommandOptionType for this object to metaType. During command line option validation, if
Definition at line 552 of file CommandOption.hpp. |
|
|
Destructor.
Definition at line 559 of file CommandOption.hpp. |
|
|
Default Constructor.
Definition at line 565 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 341 of file CommandOption.cpp. References CommandOption::getCount(), CommandOption::getOptionString(), CommandOptionDependent::requiree, and CommandOptionDependent::requirer. |
|
|
Definition at line 567 of file CommandOption.hpp. Referenced by CommandOptionDependent::checkArguments(). |
|
|
Definition at line 567 of file CommandOption.hpp. Referenced by CommandOptionDependent::checkArguments(). |
1.3.9.1