|
C++ Actor Framework 0.18
|
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_type & | buf () |
Protected Attributes | |
| queue_type & | buf_ |
Grants access to an output stream buffer.