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