FTXUI
6.1.9
C++ functional terminal UI.
载入中...
搜索中...
未找到
ref.cppm
浏览该文件的文档.
1
/// @module ftxui.util:Ref
2
/// @brief Util 模块中 Ref 类的模块文件
3
4
module
;
5
6
#include <
ftxui/util/ref.hpp
>
7
8
export
module
ftxui.util:Ref
;
9
10
/**
11
* @namespace ftxui
12
* @brief FTXUI ftxui:: 命名空间
13
*/
14
export
namespace
ftxui
{
15
using
ftxui::ConstRef
;
16
using
ftxui::Ref
;
17
using
ftxui::StringRef
;
18
using
ftxui::ConstStringRef
;
19
using
ftxui::ConstStringListRef
;
20
}
ftxui::ConstRef
一个适配器。拥有或引用一个不可变对象。
定义
ref.hpp:17
ftxui::ConstStringListRef
一个适配器。引用一个字符串列表。
定义
ref.hpp:116
ftxui::ConstStringRef
一个适配器。拥有或引用一个常量字符串。为了方便,这个 类将多个不可变字符串转换为共享表示。
定义
ref.hpp:94
ftxui::Ref
一个适配器。拥有或引用一个可变对象。
定义
ref.hpp:46
ftxui::StringRef
一个适配器。拥有或引用一个常量字符串。为了方便,这个 类将多个可变字符串转换为共享表示。
定义
ref.hpp:82
ftxui.util
FTXUI 工具操作的模块文件。
ftxui
#include "ftxui/component/component_base.hpp" // 用于 ComponentBase
定义
animation.hpp:9
ref.hpp