summaryrefslogtreecommitdiffstats
path: root/examples/file
Commit message (Collapse)AuthorAgeFilesLines
* Add cli options instead of overriding themBoris Kolpackov2010-06-021-1/+1
|
* Update copyrightBoris Kolpackov2010-01-012-2/+2
|
* Scanner-based parsing with support for element erasingBoris Kolpackov2009-12-107-0/+632
Also implement argv_file_scanner which provides support for reading command line arguments from the argv array as well as files specified with command line options. New examples: file. New tests: ctor, erase, file.