Octane v1.01.20 - The Open Compression Toolkit for C++ http://octane.sourceforge.net/
Homepage | Main | Modules | Class Hierarchy | Compound List | File List | Compound Members | Related Pages

parsers/parser_sample/sampleparser.hpp File Reference


Detailed Description

A simple sample parser for use in statistical compression.

Remarks:
This is a sample parser that can be used as the skeleton for building new parsers. It is a simple character parser - that is, it builder 256 symbols, one for each character plus one for end-of-stream, and just returns the ascii character # it reads.
Author:
mouser
Date:
2003.07.29

Definition in file sampleparser.hpp.

#include "../parser.hpp"
#include "../../bitio/bitio.hpp"

Go to the source code of this file.

Compounds

class  SampleParser
 Sample parser class is just character based, uses one symbol for each ascii character plus one for end-of-stream. More...


Defines

#define SampleParser_EndOfStreamSYMBOL   255
 

Generated on 20 May 2004 by doxygen 1.3.3