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

Public Member Functions

Sender< T > MakeSender ()
 
 ReceiverImpl ()=default
 
bool Receive (T *t)
 
bool ReceiveNonBlocking (T *t)
 
bool HasPending ()
 
bool HasQuitted ()
 

Detailed Description

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

Definition at line 71 of file receiver.hpp.

Constructor & Destructor Documentation

◆ ReceiverImpl()

ReceiverImpl ( )
default

Member Function Documentation

◆ MakeSender()

Sender<T> MakeSender ( )
inline

Definition at line 73 of file receiver.hpp.

◆ Receive()

bool Receive ( T *  t)
inline

Definition at line 80 of file receiver.hpp.

◆ ReceiveNonBlocking()

bool ReceiveNonBlocking ( T *  t)
inline

Definition at line 96 of file receiver.hpp.

◆ HasPending()

bool HasPending ( )
inline

Definition at line 106 of file receiver.hpp.

◆ HasQuitted()

bool HasQuitted ( )
inline

Definition at line 111 of file receiver.hpp.


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