FTXUI 6.1.9
C++ functional terminal UI.
载入中...
搜索中...
未找到
ReceiverImpl< T > 模板类 参考

#include <receiver.hpp>

Public 成员函数

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

详细描述

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

在文件 receiver.hpp80 行定义.

构造及析构函数说明

◆ ReceiverImpl()

template<class T >
ReceiverImpl ( )
default

成员函数说明

◆ MakeSender()

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

在文件 receiver.hpp82 行定义.

◆ Receive()

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

在文件 receiver.hpp89 行定义.

◆ ReceiveNonBlocking()

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

在文件 receiver.hpp105 行定义.

◆ HasPending()

template<class T >
bool HasPending ( )
inline

在文件 receiver.hpp115 行定义.

◆ HasQuitted()

template<class T >
bool HasQuitted ( )
inline

在文件 receiver.hpp120 行定义.


该类的文档由以下文件生成: