Hi,<br>
<br>
I am looking for functionality similar to Class info instances for mixins and instmixins.&nbsp; <br>
<br>
Essentially I'd like:<br>
<br>
&gt;xotclsh<br>
% Class A<br>
::A<br>
% A a<br>
::a<br>
% A info instances<br>
::a<br>
% Class B<br>
::B<br>
% A instmixin B<br>
% B info instances<br>
<br>
This last line to return.<br>
::a<br>
<br>
Is this possible with any info proc that exists today or could something like this be easily added to the <br>
code?<br>
<br>
I am trying to simplify searches on a large object graph by using
mixins.&nbsp; I already use introspection to find instances of certain
classes.&nbsp; I would like to be able to do the same with mixin
classes. Is the mixin functionality implemented with object-&gt;class
pointers.&nbsp; Are there pointers mixin-&gt;object or
mixin-&gt;class-&gt;object?<br>
<br>
Thanks,<br>
<br>
Ben<br>
<br>