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