getCPtr() static private méthode

static private getCPtr ( Query obj ) : HandleRef
obj Query
Résultat System.Runtime.InteropServices.HandleRef
Exemple #1
0
 public Query(Query copyme) : this(XapianPINVOKE.new_Query__SWIG_0(Query.getCPtr(copyme)), true)
 {
     if (XapianPINVOKE.SWIGPendingException.Pending)
     {
         throw XapianPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void SetQuery(Query query)
 {
     XapianPINVOKE.Enquire_SetQuery__SWIG_1(swigCPtr, Query.getCPtr(query));
     if (XapianPINVOKE.SWIGPendingException.Pending)
     {
         throw XapianPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #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();
     }
 }
Exemple #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();
     }
 }