[fpc-pascal] Primitive Record Wrappers

Mazola Winstrol mazofeifer at gmail.com
Sun Mar 6 23:21:05 CET 2016


>
> On Thu, Mar 3, 2016 at 10:16 AM, Mazola Winstrol <mazofeifer at gmail.com>
> wrote:
>
>>
>> I will send to list the final version in the next days for discussion.
>>
>
>
Hello list,

I am sending you the nullable types implementation. The approach i choose
is to separate comon parts in include files. This way, i can implement
almost all operators a primitive type supports and so we can use the
Nullable Types almost the same way we use native types. E.g.
NullableInteger supports arithmetic operators while the NullableBoolean
supports only the logical ones.

Please see the code in attachments and send your suggestions / remarks.

Best regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20160306/e9673b44/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: src.zip
Type: application/zip
Size: 8181 bytes
Desc: not available
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20160306/e9673b44/attachment.zip>


More information about the fpc-pascal mailing list