libcaf
0.15.5
|
Identifies an unbound sequence of messages annotated with the additional handshake arguments emitted to the next stage. More...
#include <stream.hpp>
Public Types | |
using | super = stream< T > |
Dennotes the supertype. | |
![]() | |
using | value_type = T |
Additional Inherited Members | |
![]() | |
stream (stream &&)=default | |
stream (const stream &)=default | |
stream & | operator= (stream &&)=default |
stream & | operator= (const stream &)=default |
stream (none_t) | |
stream (stream_id sid) | |
stream (stream_id sid, stream_manager_ptr sptr) | |
Convenience constructor for returning the result of self->new_stream and similar functions. More... | |
stream (stream other, stream_manager_ptr sptr) | |
Convenience constructor for returning the result of self->new_stream and similar functions. More... | |
stream (invalid_stream_t) | |
const stream_id & | id () const |
Returns the unique identifier for this stream. | |
const stream_manager_ptr & | ptr () const |
Returns the handler assigned to this stream on this actor. | |
![]() | |
constexpr invalid_stream_t | invalid_stream = invalid_stream_t{} |
template<class T > | |
bool | operator== (const stream< T > &x, const stream< T > &y) |
Identifies an unbound sequence of messages annotated with the additional handshake arguments emitted to the next stage.