|
From: Andre L. <An...@de...> - 2003-07-25 09:22:31
|
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
|