On Fri, 03 Jul 2009 00:05:22 +0200
Joachim Jaeckel <[email protected]> wrote:

> (Would it be an idea, to maintain an OrderedCollection in the class
> with all the instances of this class, to iterate over all these in
> the case, the #update: class-method is getting the #aboutToQuit?)

I'm not sure if that is the solution to your original problem,
but this idea is so useful that you're not the first to have it:

GNU Smalltalk ready

st> Object allInstances size
0
st> Object new class allInstances size
1

s.


_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to