CMS 3D CMS Logo

Public Types | Public Member Functions

ext::basic_ozstream< Item_t, Traits_t, Allocator_t > Class Template Reference

#include <zstream.h>

Inheritance diagram for ext::basic_ozstream< Item_t, Traits_t, Allocator_t >:
ext::basic_ozstreambase< Item_t, Traits_t, Allocator_t >

List of all members.

Public Types

typedef std::basic_ostream
< Item_t, Traits_t > 
OStream_t
typedef basic_ozstreambase
< Item_t, Traits_t,
Allocator_t > 
ZOStreamBase_t

Public Member Functions

 basic_ozstream (OStream_t *os, int open_mode=std::ios::out, int level=9)
 ~basic_ozstream ()

Detailed Description

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

Definition at line 130 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_ostream<Item_t, Traits_t> ext::basic_ozstream< Item_t, Traits_t, Allocator_t >::OStream_t

Reimplemented from ext::basic_ozstreambase< Item_t, Traits_t, Allocator_t >.

Definition at line 133 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_ozstreambase<Item_t, Traits_t, Allocator_t> ext::basic_ozstream< Item_t, Traits_t, Allocator_t >::ZOStreamBase_t

Definition at line 134 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_ozstream< Item_t, Traits_t, Allocator_t >::basic_ozstream ( OStream_t os,
int  open_mode = std::ios::out,
int  level = 9 
) [inline]

Definition at line 136 of file zstream.h.

template<typename Item_t , typename Traits_t = std::char_traits<Item_t>, typename Allocator_t = std::allocator<Item_t>>
ext::basic_ozstream< Item_t, Traits_t, Allocator_t >::~basic_ozstream ( ) [inline]

Definition at line 140 of file zstream.h.

{}