CMS 3D CMS Logo

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

#include <zstream.h>

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

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 95 of file zstream.h.

Member Typedef Documentation

◆ OStream_t

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

Definition at line 97 of file zstream.h.

◆ ZOStreamBuf_t

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 98 of file zstream.h.

Constructor & Destructor Documentation

◆ basic_ozstreambase()

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

Member Function Documentation

◆ rdbuf()

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 102 of file zstream.h.

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

102 { return &buffer; }
ZOStreamBuf_t buffer
Definition: zstream.h:105

Member Data Documentation

◆ buffer

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