상속: 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);