![]() |
Ark Server API (ASE) - Wiki
|
#include <ostream.h>
Inheritance diagram for fmt::internal::FormatBuf< Char >:
Collaboration diagram for fmt::internal::FormatBuf< Char >:Public Member Functions | |
| FormatBuf (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 | |
| Buffer< Char > & | buffer_ |
|
private |
|
private |
|
inline |
|
inlineprotected |
|
inlineprotected |
|
private |