libcommonc++
0.7
|
#include <commonc++/Common.h++>
#include <commonc++/CircularBuffer.h++>
#include <commonc++/IOException.h++>
#include <commonc++/Stream.h++>
#include <istream>
#include <string>
#include <streambuf>
#include <commonc++/BasicBufferedStreamImpl.h++>
Go to the source code of this file.
Classes | |
class | BasicBufferedStream< C > |
A buffered stream. More... | |
class | BasicBufferedStream< C >::StreamBuf |
An implementation of basic_streambuf from the standard C++ library. More... | |
Namespaces | |
ccxx | |
Typedefs | |
typedef BasicBufferedStream< char > | BufferedCharStream |
typedef BasicBufferedStream< byte_t > | BufferedByteStream |