lib: added a swath of new parser assistant classes
commit65af468ade9a4ddb1e5e045e8f4abd9734c4c374
authorChris Frey <cdfrey@foursquare.net>
Wed, 1 Dec 2010 03:10:52 +0000 (30 22:10 -0500)
committerChris Frey <cdfrey@foursquare.net>
Wed, 1 Dec 2010 03:17:27 +0000 (30 22:17 -0500)
treebbfc148893906104b488aad3cec938ccd48f1c6b
parentdab511beb734f0cd87a585149636899f06369c5d
lib: added a swath of new parser assistant classes

- HexDumpParser
- RecordParserBase
- NullStore<>
- DumpStore<>
- MultiRecordParser
- AllRecordStore
- AllRecordDumpStore
- AllRecordParser
- TeeParser
ChangeLog
src/Makefile.am
src/parser.cc [new file with mode: 0644]
src/parser.h