ok, well I can create a class whose purpose is to hold the class definition pointer. then I can create the object and populate the storage.
the question then, is what is the relationship between this object (presumably there'd be an object for each class I wanted to represent, and this for each pike program i generate.
can the parent object be attached to the program when I define it?
Bill
On Mon, 25 Sep 2006, Marcus Comstedt (ACROSS) (Hail Ilpalazzo!) @ Pike (-) developers forum wrote:
Without knowing the details, it sounds to me like you could use a parent object to store this data in. You can use LOW_PARENT_INFO(Pike_fp->current_object, program) to find the parent object, and then get_storage() the usual way to get that objects storage, which if course could contain any c level data you'd like.
!DSPAM:45184491210043198212392!