The Lean Mean C++ Option Parser
File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
  src
 example.cppSmall demo of The Lean Mean C++ Option Parser
 example_arg.ccDemonstrates handling various types of option arguments (required, numeric,...) with no dependency on the C++ standard library (only C lib)
 optionparser.hThis is the only file required to use The Lean Mean C++ Option Parser. Just #include it and you're set
 printUsage.hDummy file for documentation purposes
 testodr1.ccTest for multiple definition errors
 testodr2.ccTest for multiple definition errors
 testparse.cppTest program for option::Stats and option::Parser
 testprintusage.cppTest program for the option::printUsage() function