C++ Utilities
5.0.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
The Argument class is a wrapper for command line argument information. More...
The Argument class is a wrapper for command line argument information.
Instaces of the Argument class are used as definition when parsing command line arguments. Arguments can be assigned to an ArgumentParser using ArgumentParser::setMainArguments() and to another Argument instance using Argument::setSecondaryArguments().