CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Private Attributes
ext::basic_izstreambase< Item_t, Traits_t, Allocator_t > Class Template Reference

#include <zstream.h>

Inheritance diagram for ext::basic_izstreambase< Item_t, Traits_t, Allocator_t >:
ext::basic_izstream< Item_t, Traits_t, Allocator_t >

Public Types

typedef std::basic_istream
< Item_t, Traits_t > 
IStream_t
 
typedef basic_izstreambuf
< Item_t, Traits_t,
Allocator_t > 
ZIStreamBuf_t
 

Public Member Functions

 basic_izstreambase (IStream_t *is)
 
ZIStreamBuf_trdbuf ()
 

Private Attributes

ZIStreamBuf_t buffer
 

Detailed Description

template<typename Item_t, typename Traits_t = std::char_traits<Item_t>, typename Allocator_t = std::allocator<Item_t>>
class ext::basic_izstreambase< Item_t, Traits_t, Allocator_t >

Definition at line 115 of file zstream.h.

Member Typedef Documentation

template<typename Item_t , typename Traits_t = std::char_traits<Item_t>, typename Allocator_t = std::allocator<Item_t>>
typedef std::basic_istream<Item_t, Traits_t> ext::basic_izstreambase< Item_t, Traits_t, Allocator_t >::IStream_t

Definition at line 117 of file zstream.h.

template<typename Item_t , typename Traits_t = std::char_traits<Item_t>, typename Allocator_t = std::allocator<Item_t>>
typedef basic_izstreambuf<Item_t, Traits_t, Allocator_t> ext::basic_izstreambase< Item_t, Traits_t, Allocator_t >::ZIStreamBuf_t

Definition at line 118 of file zstream.h.

Constructor & Destructor Documentation

template<typename Item_t , typename Traits_t = std::char_traits<Item_t>, typename Allocator_t = std::allocator<Item_t>>
ext::basic_izstreambase< Item_t, Traits_t, Allocator_t >::basic_izstreambase ( IStream_t is)
inline

Definition at line 120 of file zstream.h.

References ext::basic_izstreambase< Item_t, Traits_t, Allocator_t >::buffer, and init.

120 : buffer(is) { this->init(&buffer); }
int init
Definition: HydjetWrapper.h:63
ZIStreamBuf_t buffer
Definition: zstream.h:125

Member Function Documentation

template<typename Item_t , typename Traits_t = std::char_traits<Item_t>, typename Allocator_t = std::allocator<Item_t>>
ZIStreamBuf_t* ext::basic_izstreambase< Item_t, Traits_t, Allocator_t >::rdbuf ( )
inline

Member Data Documentation

template<typename Item_t , typename Traits_t = std::char_traits<Item_t>, typename Allocator_t = std::allocator<Item_t>>
ZIStreamBuf_t ext::basic_izstreambase< Item_t, Traits_t, Allocator_t >::buffer
private