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

#include <ostream.h>

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

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
 

Detailed Description

template<class Char>
class detail::formatbuf< Char >

Definition at line 22 of file ostream.h.

Constructor & Destructor Documentation

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

Definition at line 30 of file ostream.h.

Member Function Documentation

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

Definition at line 40 of file ostream.h.

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

Definition at line 46 of file ostream.h.


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