Re: [Lazarus] Lazarus and Linked Lists

2018-06-27 Thread Jim Lee via Lazarus
On 06/27/18 18:59, leledumbo via Lazarus wrote: Is there any documentation on using this object? Doc: https://svn.freepascal.org/svn/fpc/tags/release_3_0_4/packages/fcl-stl/doc/main.pdf Examples: https://svn.freepascal.org/svn/fpc/tags/release_3_0_4/packages/fcl-stl/tests/ Don' you know you

Re: [Lazarus] Lazarus and Linked Lists

2018-06-27 Thread leledumbo via Lazarus
> Is there any documentation on using this object? Doc: https://svn.freepascal.org/svn/fpc/tags/release_3_0_4/packages/fcl-stl/doc/main.pdf Examples: https://svn.freepascal.org/svn/fpc/tags/release_3_0_4/packages/fcl-stl/tests/ Don' you know you can browse that site up n down? -- Sent from:

Re: [Lazarus] Lazarus and Linked Lists

2018-06-27 Thread Denis Kozlov via Lazarus
FPC has a couple of internal linked list implementations but they are not exposed publicly, see: * TLinkedList class in "compiler\cclasses.pas". * TLinkedList class in "rtl\objpas\classes\sllist.inc". Also, it is fairly easy to implement yourself following the pseudo code from wikipedia:

Re: [Lazarus] Lazarus and Linked Lists

2018-06-27 Thread Terry A. Haimann via Lazarus
Is there any documentation on using this object? On Wed, 2018-06-27 at 13:06 +0200, Mattias Gaertner via Lazarus wrote: > On Wed, 27 Jun 2018 05:57:12 -0500 > "Terry A. Haimann via Lazarus" wrote: > > > > > Dumb question, > > > > Is there a basic linked List object for Lazarus? > Have you

Re: [Lazarus] Lazarus and Linked Lists

2018-06-27 Thread Mattias Gaertner via Lazarus
On Wed, 27 Jun 2018 05:57:12 -0500 "Terry A. Haimann via Lazarus" wrote: > Dumb question, > > Is there a basic linked List object for Lazarus? Have you seen the answer on the fpc list? http://lists.freepascal.org/pipermail/fpc-pascal/2018-June/054287.html Mattias --

[Lazarus] Lazarus and Linked Lists

2018-06-27 Thread Terry A. Haimann via Lazarus
Dumb question, Is there a basic linked List object for Lazarus? Terry Haimann -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org https://lists.lazarus-ide.org/listinfo/lazarus