Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Delphi-News aus aller Welt (https://www.delphipraxis.net/58-delphi-news-aus-aller-welt/)
-   -   Generic linked lists redux (https://www.delphipraxis.net/161987-generic-linked-lists-redux.html)

DP News-Robot 1. Aug 2011 00:00

Generic linked lists redux
 
Do generics and typed pointers mix? Certainly, so long as you use a nested type: type TOuterType = class public type PInnerType = ^TInnerType; TInnerType = record Value: T; end; end; OK, so the New/Dispose bug still holds, but that’s only a minor irritant. ...http://feeds.feedburner.com/~r/delph...~4/WgX_X79TjyM

More...


Alle Zeitangaben in WEZ +1. Es ist jetzt 04:20 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz