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
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 >

Public Types

typedef std::basic_ostream
< Item_t, Traits_t > 
OStream_t
 
typedef basic_ozstreambase
< Item_t, Traits_t,
Allocator_t > 
ZOStreamBase_t
 
- Public Types inherited from ext::basic_ozstreambase< Item_t, Traits_t, Allocator_t >
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_ozstream (OStream_t *os, int open_mode=std::ios::out, int level=9)
 
 ~basic_ozstream ()
 
- Public Member Functions inherited from ext::basic_ozstreambase< Item_t, Traits_t, Allocator_t >
 basic_ozstreambase (OStream_t *os, int level)
 
ZOStreamBuf_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_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

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.

137  :
138  ZOStreamBase_t(os, level),
ZOStreamBuf_t * rdbuf()
Definition: zstream.h:107
std::basic_ostream< Item_t, Traits_t > OStream_t
Definition: zstream.h:133
basic_ozstreambase< Item_t, Traits_t, Allocator_t > ZOStreamBase_t
Definition: zstream.h:134
tuple level
Definition: testEve_cfg.py:34
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.

140 {}