View Issue Details

IDProjectCategoryView StatusLast Update
0000953Ecere SDKcompilerpublic2014-07-11 18:51
Reporterjerome Assigned To 
PriorityurgentSeverityfeatureReproducibilityalways
Status newResolutionopen 
Product Version0.44.07 
Target Version0.46 eC II 
Summary0000953: Generic support for methods with this type by reference
DescriptionRight now we have hardcoded support for OnGetDataFromString() and OnUnserialize(), using typed_object&::, but there is no way to define new such methods using eC language features.

Support:

- SomeClass&::
- typed_object&::
- any_object&::

This will allow to write libec2 code as:

exp.list.parse();

instead of:

exp.list = ListExp::parse();
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2013-07-07 00:58 jerome New Issue
2013-09-20 21:34 jerome Summary Generic support for by methods with this type by reference => Generic support for methods with this type by reference
2014-07-11 18:51 jerome Target Version 0.45 Ginkakuji => 0.46 eC II