Re: Object Handler linking problem

Posted by eric ehlers on
URL: http://quantlib.414.s1.nabble.com/Compiler-poll-tp3647p3654.html

Hi Luca

> Eric, now it works.
> Many thanks for help!

Excellent!

> By the way -as a separate concern- I wonder whether you are planning to insert
> into the Object Handler (in a future release) additional methods to do the
> following things:
> - erasing objects already stored;
> - getting a list of all the objects already stored, e.g. as a listing of
> their corresponding handles.

Sounds good, I'll include both of these features in the next release.
For my own purposes I already have code for #2, I didn't release it
because it seemed like a debug feature but now that I know there's
demand I'll release it.

btw the design of ObjectHandler has moved on somewhat since 0.1.0 -
the interface layer has been replaced with a factory function - you
might want to consider working from the latest CVS snapshot.

Regards,
Eric