Electroneum
Public Member Functions | Private Types | Private Attributes | List of all members
fmt::internal::FormatBuf< Char > Class Template Reference

#include <ostream.h>

Inheritance diagram for fmt::internal::FormatBuf< Char >:
Inheritance graph
[legend]
Collaboration diagram for fmt::internal::FormatBuf< Char >:
Collaboration graph
[legend]

Public Member Functions

 FormatBuf (Buffer< Char > &buffer)
 
 FormatBuf (Buffer< Char > &buffer, Char *start)
 
int_type overflow (int_type ch=traits_type::eof()) FMT_OVERRIDE
 
size_t size () const
 

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_
 
Char * start_
 

Member Typedef Documentation

◆ int_type

template<class Char>
typedef std::basic_streambuf<Char>::int_type fmt::internal::FormatBuf< Char >::int_type
private

◆ traits_type

template<class Char>
typedef std::basic_streambuf<Char>::traits_type fmt::internal::FormatBuf< Char >::traits_type
private

Constructor & Destructor Documentation

◆ FormatBuf() [1/2]

template<class Char>
fmt::internal::FormatBuf< Char >::FormatBuf ( Buffer< Char > &  buffer)
inline

◆ FormatBuf() [2/2]

template<class Char>
fmt::internal::FormatBuf< Char >::FormatBuf ( Buffer< Char > &  buffer,
Char *  start 
)
inline

Member Function Documentation

◆ overflow()

template<class Char>
int_type fmt::internal::FormatBuf< Char >::overflow ( int_type  ch = traits_type::eof())
inline

◆ size()

template<class Char>
size_t fmt::internal::FormatBuf< Char >::size ( ) const
inline

Member Data Documentation

◆ buffer_

template<class Char>
Buffer<Char>& fmt::internal::FormatBuf< Char >::buffer_
private

◆ start_

template<class Char>
Char* fmt::internal::FormatBuf< Char >::start_
private

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