HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
detail::formatbuf< Streambuf > Class Template Reference

#include <format.h>

+ Inheritance diagram for detail::formatbuf< Streambuf >:

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
 

Detailed Description

template<typename Streambuf>
class detail::formatbuf< Streambuf >

Definition at line 303 of file format.h.

Constructor & Destructor Documentation

template<typename Streambuf>
detail::formatbuf< Streambuf >::formatbuf ( buffer< char_type > &  buf)
inlineexplicit

Definition at line 313 of file format.h.

Member Function Documentation

template<typename Streambuf>
auto detail::formatbuf< Streambuf >::overflow ( int_type  ch) -> int_type
inlineoverrideprotected

Definition at line 322 of file format.h.

template<typename Streambuf>
auto detail::formatbuf< Streambuf >::xsputn ( const char_type *  s,
streamsize  count 
) -> streamsize
inlineoverrideprotected

Definition at line 328 of file format.h.


The documentation for this class was generated from the following file: