libcommonc++  0.7
BasicBufferedStream.h++ File Reference
#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++>
Include dependency graph for BasicBufferedStream.h++:
This graph shows which files directly or indirectly include this file:

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