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


Definition at line 506 of file CommandOption.hpp.
Public Member Functions | |
| CommandOptionMutex (const bool required=false) | |
| CommandOptionMutex contructor. | |
| virtual | ~CommandOptionMutex () |
| 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 Attributes | |
| bool | doOneOfChecking |
|
|
CommandOptionMutex contructor. This sets the CommandOptionType for this object to metaType.
Definition at line 518 of file CommandOption.hpp. |
|
|
Destructor.
Definition at line 523 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 CommandOptionOneOf. Definition at line 232 of file CommandOption.cpp. References CommandOption::getCount(), and CommandOption::getOptionString(). |
|
|
Definition at line 528 of file CommandOption.hpp. |
1.3.9.1