FTXUI 6.1.9
C++ functional terminal UI.
Loading...
Searching...
No Matches
ref.cppm
Go to the documentation of this file.
1/// @module ftxui.util.ref
2/// @brief Module file for the Ref classes of the Util module
3
4module;
5
6#include <ftxui/util/ref.hpp>
7
8export module ftxui.util.ref;
9
10/**
11 * @namespace ftxui
12 * @brief The FTXUI ftxui:: namespace
13 */
14export namespace ftxui {
15 using ftxui::ConstRef;
16 using ftxui::Ref;
17 using ftxui::StringRef;
20}
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
Module file for the Ref classes of the Util module.
The FTXUI ftxui:: namespace.
Definition animation.hpp:10