17 #ifndef G2O_STREAM_REDIRECT_H 18 #define G2O_STREAM_REDIRECT_H 35 typedef std::char_traits<char>::int_type
int_type;
42 virtual std::char_traits<char>::int_type overflow(int_type v);
43 virtual std::streamsize xsputn(
const char *p, std::streamsize n);
redirect a stream to a QPlainTextEdit
std::streambuf * _old_buf
std::char_traits< char >::int_type int_type