internal static HandleRef getCPtr(Sorter obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
internal static HandleRef getCPtr(Sorter obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }
public void SetSortByKeyThenRelevance(Sorter sorter, bool ascending) { XapianPINVOKE.Enquire_SetSortByKeyThenRelevance__SWIG_0(swigCPtr, Sorter.getCPtr(sorter), ascending); if (XapianPINVOKE.SWIGPendingException.Pending) throw XapianPINVOKE.SWIGPendingException.Retrieve(); }
public void SetSortByRelevanceThenKey(Sorter sorter) { XapianPINVOKE.Enquire_SetSortByRelevanceThenKey__SWIG_1(swigCPtr, Sorter.getCPtr(sorter)); if (XapianPINVOKE.SWIGPendingException.Pending) throw XapianPINVOKE.SWIGPendingException.Retrieve(); }
public static extern void Sorter_director_connect(HandleRef jarg1, Sorter.SwigDelegateSorter_0 delegate0);