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


Definition at line 474 of file CommandOption.hpp.
Public Member Functions | |
| CommandOptionAllOf () | |
| CommandOptionAllOf contructor. | |
| virtual | ~CommandOptionAllOf () |
| 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 unsigned long | getCount () const |
| returns the sum of all encapsulated option counts if all are in use, zero otherwise. | |
|
|
CommandOptionAllOf contructor. This sets the CommandOptionType for this object to metaType. Definition at line 481 of file CommandOption.hpp. |
|
|
Destructor.
Definition at line 485 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 307 of file CommandOption.cpp. References CommandOption::getOptionString(). |
|
|
returns the sum of all encapsulated option counts if all are in use, zero otherwise.
Reimplemented from CommandOption. Definition at line 329 of file CommandOption.cpp. References CommandOption::getCount(). |
1.3.9.1