- java.lang.Object
-
- org.quantlib.YoYInflationCouponPricer
-
- All Implemented Interfaces:
AutoCloseable,org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
- Direct Known Subclasses:
BachelierYoYInflationCouponPricer,BlackYoYInflationCouponPricer,UnitDisplacedBlackYoYInflationCouponPricer
public class YoYInflationCouponPricer extends Object implements org.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedYoYInflationCouponPricer(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(YoYInflationCouponPricer obj)protected voidswigSetCMemOwn(boolean own)
-
-
-
Constructor Detail
-
YoYInflationCouponPricer
protected YoYInflationCouponPricer(long cPtr, boolean cMemoryOwn)
-
-
Method Detail
-
getCPtr
protected static long getCPtr(YoYInflationCouponPricer obj)
-
swigSetCMemOwn
protected void swigSetCMemOwn(boolean own)
-
delete
public void delete()
- Specified by:
deletein interfaceorg.quantlib.helpers.QuantLibJNIHelpers.AutoCloseable
-
-