CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions
ext::basic_izstream< Item_t, Traits_t, Allocator_t > Class Template Reference

#include <zstream.h>

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

Public Types

typedef std::basic_istream< Item_t, Traits_t > IStream_t
 
typedef basic_izstreambase< Item_t, Traits_t, Allocator_t > ZIStreamBase_t
 
- Public Types inherited from ext::basic_izstreambase< Item_t, Traits_t, Allocator_t >
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_izstream (IStream_t *is, int open_mode=std::ios::in)
 
 ~basic_izstream () override
 
- Public Member Functions inherited from ext::basic_izstreambase< Item_t, Traits_t, Allocator_t >
 basic_izstreambase (IStream_t *is)
 
ZIStreamBuf_trdbuf ()
 

Detailed Description

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

Definition at line 135 of file zstream.h.

Member Typedef Documentation

◆ IStream_t

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_izstream< Item_t, Traits_t, Allocator_t >::IStream_t

Definition at line 138 of file zstream.h.

◆ ZIStreamBase_t

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

Definition at line 139 of file zstream.h.

Constructor & Destructor Documentation

◆ basic_izstream()

template<typename Item_t , typename Traits_t = std::char_traits<Item_t>, typename Allocator_t = std::allocator<Item_t>>
ext::basic_izstream< Item_t, Traits_t, Allocator_t >::basic_izstream ( IStream_t is,
int  open_mode = std::ios::in 
)
inline

Definition at line 141 of file zstream.h.

◆ ~basic_izstream()

template<typename Item_t , typename Traits_t = std::char_traits<Item_t>, typename Allocator_t = std::allocator<Item_t>>
ext::basic_izstream< Item_t, Traits_t, Allocator_t >::~basic_izstream ( )
inlineoverride

Definition at line 143 of file zstream.h.

143 {}
ext::basic_izstream::IStream_t
std::basic_istream< Item_t, Traits_t > IStream_t
Definition: zstream.h:138
ext::basic_izstream::ZIStreamBase_t
basic_izstreambase< Item_t, Traits_t, Allocator_t > ZIStreamBase_t
Definition: zstream.h:139
ext::basic_izstreambase::rdbuf
ZIStreamBuf_t * rdbuf()
Definition: zstream.h:116