Jpp
|
Null stream buffer. More...
#include <JNullStreamBuffer.hh>
Public Types | |
typedef std::streambuf::traits_type | traits |
typedef traits::int_type | int_type |
typedef std::streamsize | streamsize |
Public Member Functions | |
JNullStreamBuffer () | |
Default constructor. More... | |
virtual int_type | underflow () |
Check underflow. More... | |
virtual int_type | overflow (int_type c) |
Check overflow. More... | |
Static Public Member Functions | |
static const JNullStreamBuffer & | getInstance () |
Get reference to unique instance of this class object. More... | |
Null stream buffer.
Definition at line 21 of file JNullStreamBuffer.hh.
typedef std::streambuf::traits_type JLANG::JNullStreamBuffer::traits |
Definition at line 27 of file JNullStreamBuffer.hh.
typedef traits::int_type JLANG::JNullStreamBuffer::int_type |
Definition at line 28 of file JNullStreamBuffer.hh.
typedef std::streamsize JLANG::JNullStreamBuffer::streamsize |
Definition at line 29 of file JNullStreamBuffer.hh.
|
inline |
|
inlinestatic |
Get reference to unique instance of this class object.
Definition at line 44 of file JNullStreamBuffer.hh.
|
inlinevirtual |
Check underflow.
This method reads nothing.
Definition at line 58 of file JNullStreamBuffer.hh.
Check overflow.
This method writes nothing.
c | character |
Definition at line 71 of file JNullStreamBuffer.hh.