NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
ref.hpp 文件参考

状态绑定适配器 更多...

ref.hpp 的引用(Include)关系图:

浏览该文件的源代码.

class  neforce::tui::ref< T >
 可变引用适配器 更多...
class  neforce::tui::const_ref< T >
 只读引用适配器 更多...
class  neforce::tui::string_ref
 字符串可变引用适配器 更多...
class  neforce::tui::const_string_ref
 字符串只读引用适配器 更多...

详细描述

状态绑定适配器

提供 Ref<T> / ConstRef<T> 等 "own-or-borrow" 适配器, 使组件可以绑定外部变量或持有内部状态。

在文件 ref.hpp 中定义.