STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::runtime::buffer_archive_impl::size_stream Class Reference

Calculates the total number of bytes written to the stream. More...

Public Member Functions

std::streamsize xsputn (const char_type *, std::streamsize n) final
 Counts how many bytes are written into the stream.
 
void advance (const std::size_t size) noexcept
 Advances the buffer pointer.
 
std::streamsize written_bytes (void) const noexcept
 Returns how many bytes have been written.
 

Detailed Description

Calculates the total number of bytes written to the stream.


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