indiantarget / quimeraengine

0 stars 0 forks source link

Simplify QBasicArray and introduce QArrayResult #704

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
QBasicArray has to be just a data structure with information about the array 
and its size, and a subscript operator for improving its usability. 
QArrayResult should inherit from it and add auto-deleting mechanism, making 
clear it is intended to be used as a result instance only.

Original issue reported on code.google.com by Lince3D@gmail.com on 24 Jan 2015 at 2:37

GoogleCodeExporter commented 9 years ago

Original comment by Lince3D@gmail.com on 24 Jan 2015 at 10:31

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by Lince3D@gmail.com on 26 Jan 2015 at 3:53