示例#1
0
 public ZeroInflationTermStructureHandle(ZeroInflationTermStructure arg0) : this(NQuantLibcPINVOKE.new_ZeroInflationTermStructureHandle__SWIG_0(ZeroInflationTermStructure.getCPtr(arg0)), true)
 {
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void linkTo(ZeroInflationTermStructure arg0)
 {
     NQuantLibcPINVOKE.RelinkableZeroInflationTermStructureHandle_linkTo(swigCPtr, ZeroInflationTermStructure.getCPtr(arg0));
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }