Re: equivalent of "this" in goops?

2005-02-16 Thread Neil Jerram
Andreas Rottmann wrote: Greg Troxel <[EMAIL PROTECTED]> writes: In a class representing a node, I want to have a slot with an init-thunk, [...] So, I'd like to pass 'this' in c++ terms, and I don't see how to do that from reading goops.info. FWICT (not being a GOOPS expert), this is not possible w

Re: equivalent of "this" in goops?

2005-02-16 Thread Andreas Rottmann
Greg Troxel <[EMAIL PROTECTED]> writes: > I'm using guile 1.6.x,and doing network mapping. > > In a class representing a node, I want to have a slot with an > init-thunk, and I would like to call a procedure with the class object > as an argument. The slot holds a class object which is basically

equivalent of "this" in goops?

2005-02-16 Thread Greg Troxel
I'm using guile 1.6.x,and doing network mapping. In a class representing a node, I want to have a slot with an init-thunk, and I would like to call a procedure with the class object as an argument. The slot holds a class object which is basically a hash table of links in a network, and it needs t