getCPtr() static private method

static private getCPtr ( ValueIterator obj ) : HandleRef
obj ValueIterator
return System.Runtime.InteropServices.HandleRef
コード例 #1
0
        public bool Equals(ValueIterator other)
        {
            bool ret = XapianPINVOKE.ValueIterator_Equals(swigCPtr, ValueIterator.getCPtr(other));

            if (XapianPINVOKE.SWIGPendingException.Pending)
            {
                throw XapianPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #2
0
 public ValueIterator(ValueIterator other) : this(XapianPINVOKE.new_ValueIterator__SWIG_1(ValueIterator.getCPtr(other)), true)
 {
     if (XapianPINVOKE.SWIGPendingException.Pending)
     {
         throw XapianPINVOKE.SWIGPendingException.Retrieve();
     }
 }