getCPtr() static private method

static private getCPtr ( Query obj ) : HandleRef
obj Query
return System.Runtime.InteropServices.HandleRef
Example #1
0
 public Query(Query copyme) : this(XapianPINVOKE.new_Query__SWIG_0(Query.getCPtr(copyme)), true)
 {
     if (XapianPINVOKE.SWIGPendingException.Pending)
     {
         throw XapianPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public void SetQuery(Query query)
 {
     XapianPINVOKE.Enquire_SetQuery__SWIG_1(swigCPtr, Query.getCPtr(query));
     if (XapianPINVOKE.SWIGPendingException.Pending)
     {
         throw XapianPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #3
0
 public Query(Query.op op_, Query left, Query right) : this(XapianPINVOKE.new_Query__SWIG_5((int)op_, Query.getCPtr(left), Query.getCPtr(right)), true)
 {
     if (XapianPINVOKE.SWIGPendingException.Pending)
     {
         throw XapianPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #4
0
 public Query(Query.op op_, Query q, double parameter) : this(XapianPINVOKE.new_Query__SWIG_9((int)op_, Query.getCPtr(q), parameter), true)
 {
     if (XapianPINVOKE.SWIGPendingException.Pending)
     {
         throw XapianPINVOKE.SWIGPendingException.Retrieve();
     }
 }