Update TODO.md

This commit is contained in:
Zihan Chen
2017-01-06 08:54:16 -08:00
committed by GitHub
parent 765f4f60bd
commit 86cd8603d5

View File

@@ -6,6 +6,9 @@
* **Workflow to C++ code generation with hint**.
* Types and other symbols, which are reported not supported in C++, cannot be used.
* Generate reflection code, protected by VCZH_DEBUG_NO_REFLECTION.
* Add Reference as one of the TypeInfoHint (for GacUI's event)
* Remove `IEventInfo::ICpp`, add `vl::reflection::cpphelper::EventHelper`
* Add helpers for argument accessing, `vl::Func<T>` converting and result accessing
## Comming Soon
* GacUI