The Lean Mean C++ Option Parser
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
 CArgFunctions for checking the validity of option arguments
 CDescriptorDescribes an option, its help text (usage) and how it should be parsed
 COptionA parsed option from the command line together with its argument if it has one
 CParserChecks argument vectors for validity and parses them into data structures that are easier to work with
 CStatsDetermines the minimum lengths of the buffer and options arrays used for Parser
 CUsageMsgoption::printUsage() formats the usage message with column alignment and line wrapping