Jpp test-rotations-old
the software that should make you happy
|
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. | |
virtual int_type | underflow () |
Check underflow. | |
virtual int_type | overflow (int_type c) |
Check overflow. | |
Static Public Member Functions | |
static const JNullStreamBuffer & | getInstance () |
Get reference to unique instance of this class object. | |
Null stream buffer.
Definition at line 21 of file JNullStreamBuffer.hh.
std::streambuf::traits_type JLANG::JNullStreamBuffer::traits |
Definition at line 27 of file JNullStreamBuffer.hh.
traits::int_type JLANG::JNullStreamBuffer::int_type |
Definition at line 28 of file JNullStreamBuffer.hh.
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.