文件名称:c#源码转java源码的-cpp.react:C++React:C++11的React式编程库
文件大小:101KB
文件格式:ZIP
更新时间:2024-06-08 07:02:44
系统开源
c#原始码转Java原始码的
C
++
React是C
++
14的React式编程库。
它使能状态和事件流之间的数据依存关系的声明式定义。
根据这些定义,更改的传播会自动处理。
这是一个简单的例子:
using
namespace
react;
void
AddNumbers(int
a,
int
b)
{
return
a
+
b;
}
//
Two
state
variable
objects.
You
can
change
their
values
manually.
auto
a
=
StateVar
【文件预览】:
cpp.react-master
----CMakeLists.txt(830B)
----.gitignore(2KB)
----README.md(2KB)
----tests()
--------CMakeLists.txt(528B)
--------src()
----examples()
--------CMakeLists.txt(999B)
--------src()
----benchmarks()
--------CMakeLists.txt(136B)
--------src()
----include()
--------react()
----.gitattributes(2KB)
----src()
--------detail()
--------engine()
----LICENSE_1_0.txt(1KB)
----project()
--------msvc()