#include <stream.h>
◆ StringStreamBuffer()
template<unsigned int BufferLength, typename Emitter = std::function<void(std::string_view)>>
◆ overflow()
template<unsigned int BufferLength, typename Emitter = std::function<void(std::string_view)>>
◆ push_back()
template<unsigned int BufferLength, typename Emitter = std::function<void(std::string_view)>>
◆ sync()
template<unsigned int BufferLength, typename Emitter = std::function<void(std::string_view)>>
◆ xsputn()
template<unsigned int BufferLength, typename Emitter = std::function<void(std::string_view)>>
std::streamsize StringStreamBuffer< BufferLength, Emitter >::xsputn |
( |
const char * | s, |
|
|
std::streamsize | n ) |
|
inlineoverride |
◆ buffer
template<unsigned int BufferLength, typename Emitter = std::function<void(std::string_view)>>
◆ buffer_index
template<unsigned int BufferLength, typename Emitter = std::function<void(std::string_view)>>
◆ m_emitter
template<unsigned int BufferLength, typename Emitter = std::function<void(std::string_view)>>
The documentation for this class was generated from the following file: