getCPtr() static private method

static private getCPtr ( MSetIterator obj ) : HandleRef
obj MSetIterator
return HandleRef
Ejemplo n.º 1
0
 public void Fetch(MSetIterator item)
 {
     XapianPINVOKE.MSet_Fetch__SWIG_1(swigCPtr, MSetIterator.getCPtr(item));
     if (XapianPINVOKE.SWIGPendingException.Pending)
     {
         throw XapianPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public void Fetch(MSetIterator begin, MSetIterator end)
 {
     XapianPINVOKE.MSet_Fetch__SWIG_0(swigCPtr, MSetIterator.getCPtr(begin), MSetIterator.getCPtr(end));
     if (XapianPINVOKE.SWIGPendingException.Pending)
     {
         throw XapianPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 3
0
 public void AddDocument(MSetIterator i)
 {
     XapianPINVOKE.RSet_AddDocument__SWIG_1(swigCPtr, MSetIterator.getCPtr(i));
     if (XapianPINVOKE.SWIGPendingException.Pending)
     {
         throw XapianPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 4
0
        public bool Equals(MSetIterator other)
        {
            bool ret = XapianPINVOKE.MSetIterator_Equals(swigCPtr, MSetIterator.getCPtr(other));

            if (XapianPINVOKE.SWIGPendingException.Pending)
            {
                throw XapianPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 5
0
        public int ConvertToPercent(MSetIterator item)
        {
            int ret = XapianPINVOKE.MSet_ConvertToPercent__SWIG_1(swigCPtr, MSetIterator.getCPtr(item));

            if (XapianPINVOKE.SWIGPendingException.Pending)
            {
                throw XapianPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 6
0
        public bool Contains(MSetIterator i)
        {
            bool ret = XapianPINVOKE.RSet_Contains__SWIG_1(swigCPtr, MSetIterator.getCPtr(i));

            if (XapianPINVOKE.SWIGPendingException.Pending)
            {
                throw XapianPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 7
0
 public MSetIterator(MSetIterator other) : this(XapianPINVOKE.new_MSetIterator__SWIG_1(MSetIterator.getCPtr(other)), true)
 {
     if (XapianPINVOKE.SWIGPendingException.Pending)
     {
         throw XapianPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 8
0
        public TermIterator GetMatchingTermsEnd(MSetIterator i)
        {
            TermIterator ret = new TermIterator(XapianPINVOKE.Enquire_GetMatchingTermsEnd__SWIG_1(swigCPtr, MSetIterator.getCPtr(i)), true);

            if (XapianPINVOKE.SWIGPendingException.Pending)
            {
                throw XapianPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }