Example #1
0
 public void Insert(int index, TagExtent value)
 {
     indri_csharpPINVOKE.TagExtentVector_Insert(swigCPtr, index, TagExtent.getCPtr(value));
     if (indri_csharpPINVOKE.SWIGPendingException.Pending)
     {
         throw indri_csharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 private void setitem(int index, TagExtent value)
 {
     indri_csharpPINVOKE.TagExtentVector_setitem(swigCPtr, index, TagExtent.getCPtr(value));
     if (indri_csharpPINVOKE.SWIGPendingException.Pending)
     {
         throw indri_csharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #3
0
        private TagExtent getitem(int index)
        {
            TagExtent ret = new TagExtent(indri_csharpPINVOKE.TagExtentVector_getitem(swigCPtr, index), false);

            if (indri_csharpPINVOKE.SWIGPendingException.Pending)
            {
                throw indri_csharpPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #4
0
        public static TagExtentVector Repeat(TagExtent value, int count)
        {
            IntPtr          cPtr = indri_csharpPINVOKE.TagExtentVector_Repeat(TagExtent.getCPtr(value), count);
            TagExtentVector ret  = (cPtr == IntPtr.Zero) ? null : new TagExtentVector(cPtr, true);

            if (indri_csharpPINVOKE.SWIGPendingException.Pending)
            {
                throw indri_csharpPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #5
0
        private TagExtent getitem(int index)
        {
            IntPtr    cPtr = indri_csharpPINVOKE.TagExtentVector_getitem(swigCPtr, index);
            TagExtent ret  = (cPtr == IntPtr.Zero) ? null : new TagExtent(cPtr, false);

            if (indri_csharpPINVOKE.SWIGPendingException.Pending)
            {
                throw indri_csharpPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #6
0
 private void setitem(int index, TagExtent value)
 {
     indri_csharpPINVOKE.TagExtentVector_setitem(swigCPtr, index, TagExtent.getCPtr(value));
     if (indri_csharpPINVOKE.SWIGPendingException.Pending) throw indri_csharpPINVOKE.SWIGPendingException.Retrieve();
 }
Example #7
0
 public void Insert(int index, TagExtent value)
 {
     indri_csharpPINVOKE.TagExtentVector_Insert(swigCPtr, index, TagExtent.getCPtr(value));
     if (indri_csharpPINVOKE.SWIGPendingException.Pending) throw indri_csharpPINVOKE.SWIGPendingException.Retrieve();
 }
Example #8
0
 public void Add(TagExtent value)
 {
     indri_csharpPINVOKE.TagExtentVector_Add(swigCPtr, TagExtent.getCPtr(value));
 }
Example #9
0
 public static TagExtentVector Repeat(TagExtent value, int count)
 {
     IntPtr cPtr = indri_csharpPINVOKE.TagExtentVector_Repeat(TagExtent.getCPtr(value), count);
     TagExtentVector ret = (cPtr == IntPtr.Zero) ? null : new TagExtentVector(cPtr, true);
     if (indri_csharpPINVOKE.SWIGPendingException.Pending) throw indri_csharpPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
Example #10
0
 internal static HandleRef getCPtr(TagExtent obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Example #11
0
 internal static HandleRef getCPtr(TagExtent obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Example #12
0
 public void Add(TagExtent value)
 {
     indri_csharpPINVOKE.TagExtentVector_Add(swigCPtr, TagExtent.getCPtr(value));
 }
Example #13
0
 private TagExtent getitem(int index) {
   TagExtent ret = new TagExtent(indri_csharpPINVOKE.TagExtentVector_getitem(swigCPtr, index), false);
   if (indri_csharpPINVOKE.SWIGPendingException.Pending) throw indri_csharpPINVOKE.SWIGPendingException.Retrieve();
   return ret;
 }
Example #14
0
 public void Add(TagExtent value) {
   indri_csharpPINVOKE.TagExtentVector_Add(swigCPtr, TagExtent.getCPtr(value));
   if (indri_csharpPINVOKE.SWIGPendingException.Pending) throw indri_csharpPINVOKE.SWIGPendingException.Retrieve();
 }