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

Public Member Functions

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

Detailed Description

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

Definition at line 69 of file receiver.hpp.

Constructor & Destructor Documentation

◆ ReceiverImpl()

ReceiverImpl ( )
inline

Definition at line 76 of file receiver.hpp.

Member Function Documentation

◆ MakeSender()

Sender< T > MakeSender ( )
inline

Definition at line 71 of file receiver.hpp.

◆ Receive()

bool Receive ( T *  t)
inline

Definition at line 78 of file receiver.hpp.

◆ ReceiveNonBlocking()

bool ReceiveNonBlocking ( T *  t)
inline

Definition at line 92 of file receiver.hpp.

◆ HasPending()

bool HasPending ( )
inline

Definition at line 101 of file receiver.hpp.

◆ HasQuitted()

bool HasQuitted ( )
inline

Definition at line 106 of file receiver.hpp.


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