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_bitlevel/bitparser.cpp File Reference


Detailed Description

A bit-level parser that can be told how many bits per symbol, and returns numbers converted bit chunks.

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:
2004.01.25

Todo:
: this is not finished yet

Definition in file bitparser.cpp.

#include "bitparser.hpp"
#include <string>

Go to the source code of this file.
 

Generated on 20 May 2004 by doxygen 1.3.3