CMS 3D CMS Logo

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

#include <PhysicsTools/MVAComputer/interface/zstream.h>

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

ext::basic_ozstream< Item_t, Traits_t, Allocator_t >

List of all members.

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_trdbuf ()

Private Attributes

ZOStreamBuf_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_ozstreambase< Item_t, Traits_t, Allocator_t >

Definition at line 99 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_ozstreambase< Item_t, Traits_t, Allocator_t >::OStream_t

Reimplemented in ext::basic_ozstream< Item_t, Traits_t, Allocator_t >.

Definition at line 101 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_ozstreambuf<Item_t, Traits_t, Allocator_t> ext::basic_ozstreambase< Item_t, Traits_t, Allocator_t >::ZOStreamBuf_t

Definition at line 102 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_ozstreambase< Item_t, Traits_t, Allocator_t >::basic_ozstreambase ( OStream_t os,
int  level 
) [inline]

Definition at line 104 of file zstream.h.

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

00104                                                      :
00105                 buffer(os, level) { init(&buffer); }


Member Function Documentation

template<typename Item_t, typename Traits_t = std::char_traits<Item_t>, typename Allocator_t = std::allocator<Item_t>>
ZOStreamBuf_t* ext::basic_ozstreambase< Item_t, Traits_t, Allocator_t >::rdbuf (  )  [inline]

Definition at line 107 of file zstream.h.

References ext::basic_ozstreambase< Item_t, Traits_t, Allocator_t >::buffer.

00107 { return &buffer; }


Member Data Documentation

template<typename Item_t, typename Traits_t = std::char_traits<Item_t>, typename Allocator_t = std::allocator<Item_t>>
ZOStreamBuf_t ext::basic_ozstreambase< Item_t, Traits_t, Allocator_t >::buffer [private]

Definition at line 110 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().


The documentation for this class was generated from the following file:
Generated on Tue Jun 9 18:46:54 2009 for CMSSW by  doxygen 1.5.4