TClap class indirectly used by CmdLine for handling xor'd arguments.
More...
#include <xor_handler.hpp>
TClap class indirectly used by CmdLine for handling xor'd arguments.
This class handles lists of Arg's that are to be XOR'd on the command line. This is used by CmdLine and you shouldn't ever use it.
Definition at line 32 of file xor_handler.hpp.
ecl::XorHandler::XorHandler |
( |
| ) |
|
|
inline |
void ecl::XorHandler::add |
( |
std::vector< Arg * > & |
ors | ) |
|
|
inline |
Add a list of Arg*'s that will be orred together.
- Parameters
-
ors | - list of Arg* that will be xor'd. |
Definition at line 89 of file xor_handler.hpp.
int ecl::XorHandler::check |
( |
const Arg * |
a | ) |
|
|
inline |
Checks whether the specified Arg is in one of the xor lists and if it does match one, returns the size of the xor list that the Arg matched. If the Arg matches, then it also sets the rest of the Arg's in the list. You shouldn't use this.
- Parameters
-
a | - The Arg to be checked. |
Definition at line 94 of file xor_handler.hpp.
bool ecl::XorHandler::contains |
( |
const Arg * |
a | ) |
|
|
inline |
Simply checks whether the Arg is contained in one of the arg lists.
- Parameters
-
a | - The Arg to be checked. |
Definition at line 125 of file xor_handler.hpp.
std::vector< std::vector< Arg * > > & ecl::XorHandler::getXorList |
( |
| ) |
|
|
inline |
void ecl::XorHandler::printLongUsage |
( |
std::ostream & |
os | ) |
|
Prints the XOR specific long usage.
- Parameters
-
std::string ecl::XorHandler::shortUsage |
( |
| ) |
|
Returns the XOR specific short usage.
std::vector< std::vector<Arg*> > ecl::XorHandler::_orList |
|
protected |
The documentation for this class was generated from the following file: