|
ug4
|
Used by EmptyStream, to send tokens into nirvana! More...
#include <empty_stream.h>
Inheritance diagram for ug::EmptyStreamBuffer:Public Member Functions | |
| EmptyStreamBuffer () | |
| virtual int_type | overflow (int_type c=traits_type::eof()) |
Protected Attributes | |
| char_type | m_buf [BUF_SIZE] |
Static Protected Attributes | |
| static const int | BUF_SIZE = 128 |
Used by EmptyStream, to send tokens into nirvana!
Note that the implementation is not really the fastest, since a virtual function is called for each token. However, not much is done in that virtual function...
|
inlinevirtual |
|
staticprotected |
Referenced by EmptyStreamBuffer(), and overflow().
|
protected |
Referenced by EmptyStreamBuffer(), and overflow().