opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
osc::NullStreambuf Class Referencefinal

#include <null_streambuf.h>

Inheritance diagram for osc::NullStreambuf:
[legend]
Collaboration diagram for osc::NullStreambuf:
[legend]

Public Member Functions

size_t num_chars_written () const
 
bool was_written_to () const
 

Protected Member Functions

int overflow (int c) override
 
std::streamsize xsputn (const char_type *, std::streamsize count) override
 

Member Function Documentation

◆ num_chars_written()

size_t osc::NullStreambuf::num_chars_written ( ) const
inline

◆ overflow()

int osc::NullStreambuf::overflow ( int  c)
inlineoverrideprotected

◆ was_written_to()

bool osc::NullStreambuf::was_written_to ( ) const
inline

◆ xsputn()

std::streamsize osc::NullStreambuf::xsputn ( const char_type ,
std::streamsize  count 
)
inlineoverrideprotected

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