internal static HandleRef getCPtr(Weight obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
public void RegisterWeightingScheme(Weight wt) { XapianPINVOKE.Registry_RegisterWeightingScheme(swigCPtr, Weight.getCPtr(wt)); if (XapianPINVOKE.SWIGPendingException.Pending) throw XapianPINVOKE.SWIGPendingException.Retrieve(); }
public void SetWeightingScheme(Weight weight) { XapianPINVOKE.Enquire_SetWeightingScheme(swigCPtr, Weight.getCPtr(weight)); if (XapianPINVOKE.SWIGPendingException.Pending) throw XapianPINVOKE.SWIGPendingException.Retrieve(); }