NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
backward::cfile_streambuf Class Reference

#include <backward.hpp>

Collaboration diagram for backward::cfile_streambuf:
[legend]

Public Member Functions

 cfile_streambuf (FILE *_sink)
 
int_type underflow () override
 
int_type overflow (int_type ch) override
 
std::streamsize xsputn (const char_type *s, std::streamsize count) override
 

Constructor & Destructor Documentation

◆ cfile_streambuf()

backward::cfile_streambuf::cfile_streambuf ( FILE *  _sink)
inline

Member Function Documentation

◆ overflow()

int_type backward::cfile_streambuf::overflow ( int_type  ch)
inlineoverride

◆ underflow()

int_type backward::cfile_streambuf::underflow ( )
inlineoverride

◆ xsputn()

std::streamsize backward::cfile_streambuf::xsputn ( const char_type *  s,
std::streamsize  count 
)
inlineoverride

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