GNE 0.75.0
|
A class derived from streambuf that uses the functions in the Console class. More...
#include <ConsoleStreambuf.h>
Protected Member Functions | |
int_type | underflow () |
int | underflow () |
A class derived from streambuf that uses the functions in the Console class.
This allows cin or another istream to work under GNE by using the Console class for multithreaded I/O. You should use the GNE::Console::gin object rather than using this class directly.
For specifics on these functions, consult a standard C++ library reference.