Login  Register

RE: Latest commits

Posted by Andre Louw-2 on Jul 25, 2003; 3:23am
URL: http://quantlib.414.s1.nabble.com/Latest-commits-tp10269p10270.html

Luigi,

> class MakeScheduler {
> ...
>     operator Scheduler() {
>         return Scheduler(mandatory params, stub, fromEnd, ...);
>     }
> };

Is there a nice way of implementing the conversion operator in SWIG? Any
examples in QuantLib?

Thanx
Andre