ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
ttg::detail::counting_streambuf Class Reference

streambuf that counts bytes More...

#include <stream.h>

Inherits std::streambuf.

Public Member Functions

size_t size () const
 

Protected Member Functions

std::streamsize xsputn (const char_type *s, std::streamsize n) override
 

Detailed Description

streambuf that counts bytes

Definition at line 15 of file stream.h.

Member Function Documentation

◆ size()

size_t ttg::detail::counting_streambuf::size ( ) const
inline
Returns
the size of data put into *this

Definition at line 20 of file stream.h.

◆ xsputn()

std::streamsize ttg::detail::counting_streambuf::xsputn ( const char_type *  s,
std::streamsize  n 
)
inlineoverrideprotected

Definition at line 23 of file stream.h.


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