Il 12/04/2017 15:57, Michael Van Canneyt ha scritto:
we could put it in contnrs, and alias it in inifiles.pp
+1
Giuliano
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
On 2017-04-12 14:54, nore...@z505.com wrote:
> maybe it should be pulled out into some other unit so people do
> not think it is just INI file related?
Agreed!
G.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org
2017-04-12 10:57 GMT-03:00 Michael Van Canneyt :
we could put it in contnrs, and alias it in inifiles.pp
>
>
+1
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
On Wed, 12 Apr 2017, nore...@z505.com wrote:
On 2017-03-17 19:06, Giuliano Colla wrote:
Il 18/03/2017 00:29, African Wild Dog ha scritto:
Ia there any hash list implementation in free Pascal?
The IniFiles unit (fpc/packages/fcl-base/src/inifiles.pp) provides a
THashedStringList (descendant
On 2017-03-17 19:06, Giuliano Colla wrote:
Il 18/03/2017 00:29, African Wild Dog ha scritto:
Ia there any hash list implementation in free Pascal?
The IniFiles unit (fpc/packages/fcl-base/src/inifiles.pp) provides a
THashedStringList (descendant from TstringList) which I'm using
reliably since
You're welcome. :-)
Notice the first link I've passed is exactly showing the TDictionary,
recently added to FPC:
https://github.com/graemeg/freepascal/blob/master/packages/rtl-generics/src/inc/generics.dictionariesh.inc#L534
.
You should take a look at that. :-)
On Sat, Mar 18, 2017 at 12:54 AM,
Thanks for your reply Giuliano, Silvio.
To be more specific, i need a generic hash map similar to the Delphi's
TDictionary.
It seems THashmap from the ghashmap unit is the most close to TDictionary.
Regards
___
fpc-pascal maillist - fpc-pascal@lists.
Il 18/03/2017 00:29, African Wild Dog ha scritto:
Ia there any hash list implementation in free Pascal?
The IniFiles unit (fpc/packages/fcl-base/src/inifiles.pp) provides a
THashedStringList (descendant from TstringList) which I'm using reliably
since many years.
Giuliano
___
On Fri, Mar 17, 2017 at 8:29 PM, African Wild Dog
wrote:
> Hello,
>
> Ia there any hash list implementation in free Pascal?
>
Hello,
Please take a look at these examples:
https://github.com/graemeg/freepascal/tree/master/packages/rtl-generics/examples
and in this wiki page:
http://www.freepa
Hello,
Ia there any hash list implementation in free Pascal?
Ghashmap has no documentation. Is it stable for production use?
Regards
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-p
10 matches
Mail list logo