Exemplo n.º 1
0
 public Query(Query.op op, SWIGTYPE_p_std__vectorT_std__string_t subqs) : this(XapianPINVOKE.new_Query__SWIG_14((int)op, SWIGTYPE_p_std__vectorT_std__string_t.getCPtr(subqs)), true)
 {
     if (XapianPINVOKE.SWIGPendingException.Pending)
     {
         throw XapianPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 internal static HandleRef getCPtr(SWIGTYPE_p_std__vectorT_std__string_t obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_std__vectorT_std__string_t obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 4
0
 public Query(Query.op op, SWIGTYPE_p_std__vectorT_std__string_t subqs)
     : this(XapianPINVOKE.new_Query__SWIG_14((int)op, SWIGTYPE_p_std__vectorT_std__string_t.getCPtr(subqs)), true)
 {
     if (XapianPINVOKE.SWIGPendingException.Pending) throw XapianPINVOKE.SWIGPendingException.Retrieve();
 }