Go to the documentation of this file. 1 #ifndef __JLANG__JNULLSTREAMBUFFER__
2 #define __JLANG__JNULLSTREAMBUFFER__
13 namespace JPP {
using namespace JLANG; }
22 public virtual std::streambuf
27 typedef std::streambuf::traits_type
traits;
JNullStreamBuffer()
Default constructor.
std::streambuf::traits_type traits
virtual int_type overflow(int_type c)
Check overflow.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
traits::int_type int_type
std::streamsize streamsize
virtual int_type underflow()
Check underflow.
Auxiliary classes and methods for language specific functionality.
static const JNullStreamBuffer & getInstance()
Get reference to unique instance of this class object.