FTXUI
6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
receiver.cppm
Go to the documentation of this file.
1
/// @module ftxui.component:Receiver
2
/// @brief 元件模組中 Receiver 類別的模組檔案
3
4
module
;
5
6
#include <
ftxui/component/receiver.hpp
>
7
8
export
module
ftxui.component:Receiver
;
9
10
/**
11
* @namespace ftxui
12
* @brief FTXUI 的 ftxui:: 命名空間
13
*/
14
export
namespace
ftxui
{
15
// 已棄用:
16
using
ftxui::SenderImpl
;
17
// 已棄用:
18
using
ftxui::ReceiverImpl
;
19
// 已棄用:
20
using
ftxui::Sender
;
21
// 已棄用:
22
using
ftxui::Receiver
;
23
// 已棄用:
24
using
ftxui::MakeReceiver;
25
// 已棄用:
26
}
ftxui::ReceiverImpl
Definition
receiver.hpp:81
ftxui::SenderImpl
Definition
receiver.hpp:63
ftxui.component
FTXUI 組件操作的模組文件。
ftxui
FTXUI 的 ftxui:: 命名空間
Definition
animation.hpp:10
ftxui::Receiver
std::unique_ptr< ReceiverImpl< T > > Receiver
Definition
receiver.hpp:54
ftxui::Sender
std::unique_ptr< SenderImpl< T > > Sender
Definition
receiver.hpp:52
receiver.hpp