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


This particular meta-option allows a group of options to be specified in other meta-options. This option is considered "set" if any of the member options are set. This class and CommandOptionGroupAnd are designed to make up for the fact that the verification meta-options are not designed to work in other verification meta-options.
Definition at line 580 of file CommandOption.hpp.
Public Member Functions | |
| CommandOptionGroupOr () | |
| CommandOptionGroupOr contructor. | |
| virtual | ~CommandOptionGroupOr () |
| Destructor. | |
| virtual std::string | checkArguments () |
| Do not do any checking. | |
| virtual unsigned long | getCount () const |
| returns the sum of all encapsulated option counts. | |
| virtual std::string | getOptionString () const |
| return a string containing the aggregated option strings | |
|
|
CommandOptionGroupOr contructor. Does nothing explicitly. Definition at line 586 of file CommandOption.hpp. |
|
|
Destructor.
Definition at line 590 of file CommandOption.hpp. |
|
|
Do not do any checking.
Reimplemented from CommandOptionOneOf. Definition at line 593 of file CommandOption.hpp. |
|
|
returns the sum of all encapsulated option counts.
Reimplemented from CommandOption. Reimplemented in CommandOptionGroupAnd. Definition at line 375 of file CommandOption.cpp. References CommandOption::getCount(). |
|
|
return a string containing the aggregated option strings
Reimplemented from CommandOption. Definition at line 359 of file CommandOption.cpp. References CommandOption::getOptionString(). |
1.3.9.1