#include <zstream.h>
Public Types | |
typedef std::basic_ostream < Item_t, Traits_t > | OStream_t |
typedef basic_ozstreambuf < Item_t, Traits_t, Allocator_t > | ZOStreamBuf_t |
Public Member Functions | |
basic_ozstreambase (OStream_t *os, int level) | |
ZOStreamBuf_t * | rdbuf () |
Private Attributes | |
ZOStreamBuf_t | buffer |
typedef std::basic_ostream<Item_t, Traits_t> ext::basic_ozstreambase< Item_t, Traits_t, Allocator_t >::OStream_t |
typedef basic_ozstreambuf<Item_t, Traits_t, Allocator_t> ext::basic_ozstreambase< Item_t, Traits_t, Allocator_t >::ZOStreamBuf_t |
|
inline |
Definition at line 103 of file zstream.h.
References ext::basic_ozstreambase< Item_t, Traits_t, Allocator_t >::buffer, and init.
|
inline |
Definition at line 106 of file zstream.h.
References ext::basic_ozstreambase< Item_t, Traits_t, Allocator_t >::buffer.
|
private |
Definition at line 109 of file zstream.h.
Referenced by ext::basic_ozstreambase< Item_t, Traits_t, Allocator_t >::basic_ozstreambase(), and ext::basic_ozstreambase< Item_t, Traits_t, Allocator_t >::rdbuf().