FTXUI  0.8.1
C++ functional terminal UI.
ReceiverImpl< T > Class Template Reference

Public Member Functions

Sender< T > MakeSender ()
 
 ReceiverImpl ()
 
bool Receive (T *t)
 
bool HasPending ()
 

Detailed Description

template<class T>
class ftxui::ReceiverImpl< T >

Definition at line 42 of file receiver.hpp.

Constructor & Destructor Documentation

◆ ReceiverImpl()

ReceiverImpl ( )
inline

Definition at line 73 of file receiver.hpp.

Member Function Documentation

◆ MakeSender()

Sender<T> MakeSender ( )
inline

Definition at line 68 of file receiver.hpp.

◆ Receive()

bool Receive ( T *  t)
inline

Definition at line 75 of file receiver.hpp.

◆ HasPending()

bool HasPending ( )
inline

Definition at line 89 of file receiver.hpp.


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