Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!mips!wdl1.wdl.loral.com!wdl1!mikeb From: mikeb@wdl35.wdl.loral.com (Michael H Bender) Newsgroups: comp.lang.clos Subject: accessing clos objects Message-ID: Date: 11 Feb 91 18:18:40 GMT Sender: news@wdl1.wdl.loral.com Distribution: comp.lang.clos Organization: Ford Aerospace, Western Development Laboratories Lines: 17 I've just started learning and using CLOS and I have encountered a problem I don't know how to solve. I hope that one of you wizards out there can help me. ==> After I have created a class and I have instantiated it with a number of objects, is there any function I can use to access these objects later on without refering to them by name. In other words, is there any easy way to access all the objects that belong to a given class? I apologize if this question is trivial (I hope it is clear) and thanks in advance for the answers. Mike Bender