33 #ifndef __H__UG__empty_stream__
34 #define __H__UG__empty_stream__
56 inline virtual int_type
overflow(int_type c = traits_type::eof())
a specialization of std::ostream, which doesn't write anything
Definition: empty_stream.h:75
EmptyOStream()
Definition: empty_stream.h:77
EmptyStreamBuffer m_streamBuf
Definition: empty_stream.h:80
Used by EmptyStream, to send tokens into nirvana!
Definition: empty_stream.h:50
virtual int_type overflow(int_type c=traits_type::eof())
Definition: empty_stream.h:56
static const int BUF_SIZE
Definition: empty_stream.h:63
EmptyStreamBuffer()
Definition: empty_stream.h:52
char_type m_buf[BUF_SIZE]
Definition: empty_stream.h:64
Definition: smart_pointer.h:814