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


This particular meta-option allows a group of options to be specified in other meta-options. This option is considered "set" iff all 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 612 of file CommandOption.hpp.
Public Member Functions | |
| CommandOptionGroupAnd () | |
| CommandOptionGroupAnd contructor. | |
| virtual | ~CommandOptionGroupAnd () |
| Destructor. | |
| virtual unsigned long | getCount () const |
| returns the sum of all encapsulated option counts if all are in use, zero otherwise. | |
|
|
CommandOptionGroupAnd contructor. Does nothing explicitly. Definition at line 618 of file CommandOption.hpp. |
|
|
Destructor.
Definition at line 622 of file CommandOption.hpp. |
|
|
returns the sum of all encapsulated option counts if all are in use, zero otherwise.
Reimplemented from CommandOptionGroupOr. Definition at line 384 of file CommandOption.cpp. References CommandOption::getCount(). |
1.3.9.1