Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages
more::io::bit_writer Class Template Reference
Utility class to write one bit at a time to a stream.
More...
#include <more/io/binary_io.h>
Collaboration diagram for more::io::bit_writer:
[legend]List of all members.Public Types
Public Methods
Detailed Description
template<typename OutputStream>
class more::io::bit_writer< OutputStream >
Utility class to write one bit at a time to a stream.
Member Typedef Documentation
template<typename OutputStream> |
typedef OutputStream::char_type more::io::bit_writer::char_type
|
|
template<typename OutputStream> |
typedef OutputStream more::io::bit_writer::stream_type
|
|
Constructor & Destructor Documentation
template<typename OutputStream> |
more::io::bit_writer< OutputStream >::bit_writer |
( |
stream_type & |
os_ |
) |
[inline] |
|
template<typename OutputStream> |
more::io::bit_writer< OutputStream >::~bit_writer |
( |
|
) |
[inline] |
|
Member Function Documentation
template<typename OutputStream> |
void more::io::bit_writer< OutputStream >::put |
( |
int |
x |
) |
[inline] |
|
The documentation for this class was generated from the following file:
Generated on Sat Sep 7 19:12:41 2002 for more with Doxygen
1.2.13.1. Doxygen 1.2.13.1 is written and copyright
1997-2002 by Dimitri van
Heesch.