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

bitio/bitio.hpp

Go to the documentation of this file.
00001 //
00002 // bitio  --  bit-wise I/O wrapper classes
00003 //
00004 // Copyright (c) 2003 by Jørgen Ibsen / Jibz
00005 // All Rights Reserved
00006 //
00007 // http://www.ibsensoftware.com/
00008 //
00009 
00017 
00018 #ifndef BITIO_HPP_INCLUDED
00019 #define BITIO_HPP_INCLUDED
00020 
00021 #ifdef DOXYGEN_BITIO_MAINPAGE
00022 
00073 
00074 #else // DOXYGEN_BITIO_MAINPAGE
00075 
00099 
00100 #endif // DOXYGEN_BITIO_MAINPAGE
00101 
00102 // include base classes
00103 #include "bitreader.hpp"
00104 #include "bitwriter.hpp"
00105 
00106 // include regular specializations
00107 #include "bitreaders.hpp"
00108 #include "bitwriters.hpp"
00109 
00110 // include extra specializations
00111 #include "file_bitreader.hpp"
00112 #include "file_bitwriter.hpp"
00113 
00114 #endif // BITIO_HPP_INCLUDED
 
Generated on 20 May 2004 by doxygen 1.3.3