|
The Lean Mean C++ Option Parser
|
Files | |
| file | example.cpp [code] |
| Small demo of The Lean Mean C++ Option Parser. | |
| file | example_arg.cc [code] |
| Demonstrates handling various types of option arguments (required, numeric,...) with no dependency on the C++ standard library (only C lib). | |
| file | optionparser.h [code] |
| This is the only file required to use The Lean Mean C++ Option Parser. Just #include it and you're set. | |
| file | printUsage.h [code] |
| Dummy file for documentation purposes. | |
| file | testodr1.cc [code] |
| Test for multiple definition errors. | |
| file | testodr2.cc [code] |
| Test for multiple definition errors. | |
| file | testparse.cpp [code] |
| Test program for option::Stats and option::Parser. | |
| file | testprintusage.cpp [code] |
| Test program for the option::printUsage() function. | |
1.8.11