#include <ostream.h>
Public Member Functions | |
formatbuf (buffer< char_type > &buf) | |
Protected Member Functions | |
auto | overflow (int_type ch) -> int_type override |
auto | xsputn (const char_type *s, streamsize count) -> streamsize override |
Private Types | |
using | char_type = typename Streambuf::char_type |
using | int_type = typename Streambuf::int_type |
using | streamsize = decltype(std::declval< Streambuf >().sputn(nullptr, 0)) |
using | traits_type = typename Streambuf::traits_type |
Private Attributes | |
buffer< char_type > & | buffer_ |
|
private |
|
private |
|
private |
|
private |
|
inlineexplicit |
|
inlineoverrideprotected |
|
inlineoverrideprotected |
|
private |