Rosetta
Public Member Functions | Protected Member Functions | Private Types | Private Attributes | List of all members
detail::formatbuf< Char > Class Template Reference

#include <ostream.h>

Inheritance diagram for detail::formatbuf< Char >:
Inheritance graph
[legend]

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_
 

Member Typedef Documentation

◆ int_type

template<class Char >
using detail::formatbuf< Char >::int_type = typename std::basic_streambuf<Char>::int_type
private

◆ traits_type

template<class Char >
using detail::formatbuf< Char >::traits_type = typename std::basic_streambuf<Char>::traits_type
private

Constructor & Destructor Documentation

◆ formatbuf()

template<class Char >
detail::formatbuf< Char >::formatbuf ( buffer< Char > &  buf)
inline

Member Function Documentation

◆ overflow()

template<class Char >
int_type detail::formatbuf< Char >::overflow ( int_type  ch = traits_type::eof())
inlineprotected

◆ xsputn()

template<class Char >
std::streamsize detail::formatbuf< Char >::xsputn ( const Char *  s,
std::streamsize  count 
)
inlineprotected

Member Data Documentation

◆ buffer_

template<class Char >
buffer<Char>& detail::formatbuf< Char >::buffer_
private

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