[TIMOB-19097] Windows: Update module generator to use newest macros
| GitHub Issue | n/a |
|---|---|
| Type | Story |
| Priority | Medium |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Release 4.1.0 |
| Fix Version/s | n/a |
| Components | Tooling, Windows |
| Labels | n/a |
| Reporter | Christopher Williams |
| Assignee | Gary Mathews |
| Created | 2015-06-29T13:49:08.000+0000 |
| Updated | 2015-09-11T14:01:09.000+0000 |
Description
We have more new macros meant to make it easier to define getters/setters of common types like std::string, int32_t, uint32_t, double, bool.
These should be used when we can in place of the generated longer-forms.
https://github.com/appcelerator/titanium_mobile_windows/blob/master/Source/TitaniumKit/include/Titanium/detail/TiImpl.hpp#L278
No comments