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

null_bitwriter Class Reference
[bitio]

#include <bitwriters.hpp>

Inheritance diagram for null_bitwriter:

bitwriter List of all members.

Detailed Description

Specialization without data.

Definition at line 28 of file bitwriters.hpp.

Public Member Functions

 null_bitwriter ()
 Constructor.


Protected Member Functions

void write_next_byte (char c)
 Defines the method of writing a single byte of output.


Member Function Documentation

void null_bitwriter::write_next_byte char  c  )  [inline, protected, virtual]
 

Defines the method of writing a single byte of output.

Derived classes should implement this function.

Parameters:
c - the 8 bits to write to the output.

Implements bitwriter.

Definition at line 37 of file bitwriters.hpp.

00037 { ; }


The documentation for this class was generated from the following file:  
Generated on 20 May 2004 by doxygen 1.3.3