#include <ostream.h>
Public Member Functions | |
formatbuf (basic_buffer< Char > &buffer) | |
Protected Member Functions | |
int_type | overflow (int_type ch=traits_type::eof()) FMT_OVERRIDE |
std::streamsize | xsputn (const Char *s, std::streamsize count) FMT_OVERRIDE |
Private Types | |
typedef std::basic_streambuf< Char >::int_type | int_type |
typedef std::basic_streambuf< Char >::traits_type | traits_type |
Private Attributes | |
basic_buffer< Char > & | buffer_ |
|
private |
|
private |
|
inline |
|
inlineprotected |
|
inlineprotected |
|
private |