FTXUI  5.0.0
C++ functional terminal UI.
Loading...
Searching...
No Matches
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()

template<class T>
ReceiverImpl ( )
inline

Definition at line 76 of file receiver.hpp.

Member Function Documentation

◆ MakeSender()

template<class T>
Sender< T > MakeSender ( )
inline

Definition at line 71 of file receiver.hpp.

◆ Receive()

template<class T>
bool Receive ( T * t)
inline

Definition at line 78 of file receiver.hpp.

◆ ReceiveNonBlocking()

template<class T>
bool ReceiveNonBlocking ( T * t)
inline

Definition at line 92 of file receiver.hpp.

◆ HasPending()

template<class T>
bool HasPending ( )
inline

Definition at line 101 of file receiver.hpp.

◆ HasQuitted()

template<class T>
bool HasQuitted ( )
inline

Definition at line 106 of file receiver.hpp.


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