Inheritance: IDisposable
示例#1
0
文件: Sorter.cs 项目: kyeh/dormhost
 internal static HandleRef getCPtr(Sorter obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
示例#2
0
 internal static HandleRef getCPtr(Sorter obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
示例#3
0
文件: Enquire.cs 项目: kyeh/dormhost
 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();
 }
示例#4
0
文件: Enquire.cs 项目: kyeh/dormhost
 public void SetSortByRelevanceThenKey(Sorter sorter)
 {
     XapianPINVOKE.Enquire_SetSortByRelevanceThenKey__SWIG_1(swigCPtr, Sorter.getCPtr(sorter));
     if (XapianPINVOKE.SWIGPendingException.Pending) throw XapianPINVOKE.SWIGPendingException.Retrieve();
 }
示例#5
0
 public static extern void Sorter_director_connect(HandleRef jarg1, Sorter.SwigDelegateSorter_0 delegate0);