#include <ostream.h>

Public Member Functions | |
| formatbuf (buffer< Char > &buf) | |
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 | |
| using | int_type = typename std::basic_streambuf< Char >::int_type |
| using | traits_type = typename std::basic_streambuf< Char >::traits_type |
Private Attributes | |
| buffer< Char > & | buffer_ |
|
private |
|
private |
|
inline |
|
inlineprotected |
|
inlineprotected |
|
private |