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::iovec_ostreambuf Class Reference

streambuf that records vector of address-size pairs More...

#include <stream.h>

Inherits std::streambuf.

Public Member Functions

const auto & iovec () const
 

Protected Member Functions

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

Detailed Description

streambuf that records vector of address-size pairs

Definition at line 33 of file stream.h.

Member Function Documentation

◆ iovec()

const auto & ttg::detail::iovec_ostreambuf::iovec ( ) const
inline

Definition at line 37 of file stream.h.

◆ xsputn()

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

Definition at line 40 of file stream.h.


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