|
FTXUI
0.8.1
C++ functional terminal UI.
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| class | SenderImpl< T > |
| class | ReceiverImpl< T > |
| class | SenderImpl< T > |
| class | ReceiverImpl< T > |
Namespaces | |
| ftxui | |
Typedefs | |
| template<class T > | |
| using | Sender = std::unique_ptr< SenderImpl< T > > |
| template<class T > | |
| using | Receiver = std::unique_ptr< ReceiverImpl< T > > |
Functions | |
| template<class T > | |
| Receiver< T > | MakeReceiver () |