C++ Utilities  5.0.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Argument Class Reference

The Argument class is a wrapper for command line argument information. More...

Detailed Description

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().


The documentation for this class was generated from the following file: