The Lean Mean C++ Option Parser
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NoptionThe namespace of The Lean Mean C++ Option Parser
 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