10 #include <stk_util/util/Null_Streambuf.hpp> 14 null_streambuf::null_streambuf() :
std::streambuf()
16 setp( buf , buf +
sizeof(buf) );
19 null_streambuf::~null_streambuf() {}
24 int null_streambuf::overflow(
int c )
26 setp( buf , buf +
sizeof(buf) );
33 int null_streambuf::sync()
38 std::streambuf * null_streambuf::setbuf(
char * s , std::streamsize n )