#include <vgastreambuf.h>
This streambuf is an unbuffered streambuf. It is not capable of input.
Public Types | |
typedef std::basic_streambuf< Char, Traits >::traits_type | traits_type |
typedef std::basic_streambuf< Char, Traits >::int_type | int_type |
Public Member Functions | |
VgaStreambuf () | |
Buffer construction. | |
Protected Member Functions | |
int_type | overflow (int_type c=traits_type::eof()) |
Function called by an ostream when it's time to send something out. |
|
|
|
|
|
Buffer construction.
|
|
Function called by an ostream when it's time to send something out.
Here is the call graph for this function: |