C++ Actor Framework 0.18
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Protected Attributes | List of all members
caf::downstream< T > Class Template Reference

Grants access to an output stream buffer. More...

#include <downstream.hpp>

Public Types

using queue_type = std::deque< T >
 A queue of items for temporary storage before moving them into chunks.
 

Public Member Functions

 downstream (queue_type &q)
 
template<class... Ts>
void push (Ts &&... xs)
 
template<class Iterator , class Sentinel >
void append (Iterator first, Sentinel last)
 
queue_typebuf ()
 

Protected Attributes

queue_typebuf_
 

Detailed Description

template<class T>
class caf::downstream< T >

Grants access to an output stream buffer.


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