FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
ref.cppm
Go to the documentation of this file.
1/**
2 * @file ref.cppm
3 * @brief Module file for the Ref classes of the Util module
4 */
5
6module;
7
8#include <ftxui/util/ref.hpp>
9
10export module ftxui.util.ref;
11
12/**
13 * @namespace ftxui
14 * @brief The FTXUI ftxui:: namespace
15 */
16export namespace ftxui {
17 using ftxui::ConstRef;
18 using ftxui::Ref;
19 using ftxui::StringRef;
22}
An adapter. Own or reference an immutable object.
Definition ref.hpp:17
An adapter. Reference a list of strings.
Definition ref.hpp:116
An adapter. Own or reference a constant string. For convenience, this class convert multiple immutabl...
Definition ref.hpp:94
An adapter. Own or reference an mutable object.
Definition ref.hpp:46
An adapter. Own or reference a constant string. For convenience, this class convert multiple mutable ...
Definition ref.hpp:82
The FTXUI ftxui:: namespace.
Definition animation.hpp:10