[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Weak dictionaries
From: |
Thomas Davie |
Subject: |
Weak dictionaries |
Date: |
Thu, 14 Jun 2012 10:04:26 +0100 |
Hi all,
Just wondering before I go off and code my own... Does anyone know of an
implementation of a weak dictionary (or array/set for that matter) that
compiles successfully on GNUstep? There's obviously MAWeakDictionary, but
that's heavily reliant on chunks of CF that don't exist. I could go out there
and make an NSDictionary like thing that wraps every object you put in it in a
weak reference object, but it seems like there should be a pre-baked solution
to this.
Tom Davie
- Weak dictionaries,
Thomas Davie <=