Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
xstream::common_buffer Class Reference

common base for objects that manage input and output buffers to use with zlib and bzlib More...

#include <common.h>

Public Member Functions

 common_buffer (std::streambuf *sb)
 construct using a streambuf More...
 
 ~common_buffer ()
 

Protected Attributes

std::streambuf * _sb
 
buffer in
 
buffer out
 

Detailed Description

common base for objects that manage input and output buffers to use with zlib and bzlib

Definition at line 91 of file common.h.

Constructor & Destructor Documentation

xstream::common_buffer::common_buffer ( std::streambuf *  sb)

construct using a streambuf

Definition at line 52 of file common.cpp.

References LOG.

xstream::common_buffer::~common_buffer ( )

Definition at line 58 of file common.cpp.

References LOG.

Member Data Documentation

std::streambuf* xstream::common_buffer::_sb
protected

streambuf to read/write from/to

Definition at line 94 of file common.h.

buffer xstream::common_buffer::in
protected

input buffer

Definition at line 95 of file common.h.

buffer xstream::common_buffer::out
protected

output buffer

Definition at line 96 of file common.h.


The documentation for this class was generated from the following files: