FTXUI
6.1.9
C++ functional terminal UI.
Chargement...
Recherche...
Aucune correspondance
receiver.cppm
Aller à la documentation de ce fichier.
1
/// @module ftxui.component:Receiver
2
/// @brief Fichier module pour la classe Receiver du module Component
3
4
module
;
5
6
#include <
ftxui/component/receiver.hpp
>
7
8
export
module
ftxui.component:Receiver
;
9
10
/**
11
* @namespace ftxui
12
* @brief L'espace de noms FTXUI ftxui::
13
*/
14
export
namespace
ftxui
{
15
// Deprecated:
16
using
ftxui::SenderImpl
;
17
// Deprecated:
18
using
ftxui::ReceiverImpl
;
19
// Deprecated:
20
using
ftxui::Sender
;
21
// Deprecated:
22
using
ftxui::Receiver
;
23
// Deprecated:
24
using
ftxui::MakeReceiver;
25
// Deprecated:
26
}
ftxui::ReceiverImpl
Definition
receiver.hpp:81
ftxui::SenderImpl
Definition
receiver.hpp:63
ftxui.component
Fichier module pour les opérations des composants FTXUI.
ftxui
L'espace de noms 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