Loading...
Searching...
No Matches
idol::LimitedWidthBuffer Class Reference

Description

Definition at line 14 of file LimitedWidthStream.h.

Public Methods

 LimitedWidthBuffer (std::streambuf *sbuf, std::size_t max_width)

Protected Methods

virtual int overflow (int ch) override
virtual std::streamsize xsputn (const char *s, std::streamsize n) override

Constructor & Destructor Documentation

◆ LimitedWidthBuffer()

idol::LimitedWidthBuffer::LimitedWidthBuffer ( std::streambuf * sbuf,
std::size_t max_width )
inline

Definition at line 16 of file LimitedWidthStream.h.

Methods Documentation

◆ overflow()

virtual int idol::LimitedWidthBuffer::overflow ( int ch)
inlineoverrideprotectedvirtual

Definition at line 20 of file LimitedWidthStream.h.

◆ xsputn()

virtual std::streamsize idol::LimitedWidthBuffer::xsputn ( const char * s,
std::streamsize n )
inlineoverrideprotectedvirtual

Definition at line 36 of file LimitedWidthStream.h.