Exemplo n.º 1
0
 public stringvector(stringvector other) : this(CSharpWrapperPINVOKE.new_stringvector__SWIG_1(stringvector.getCPtr(other)), true)
 {
     if (CSharpWrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw CSharpWrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public stringvectorEnumerator(stringvector collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Exemplo n.º 3
0
 public void SetRange(int index, stringvector values)
 {
     CSharpWrapperPINVOKE.stringvector_SetRange(swigCPtr, index, stringvector.getCPtr(values));
     if (CSharpWrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw CSharpWrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 4
0
        public stringvector getNodeIds(string arg0)
        {
            stringvector ret = new stringvector(CSharpWrapperPINVOKE.messageBroker_getNodeIds(swigCPtr, arg0), true);

            if (CSharpWrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw CSharpWrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 5
0
        public static stringvector Repeat(string value, int count)
        {
            global::System.IntPtr cPtr = CSharpWrapperPINVOKE.stringvector_Repeat(value, count);
            stringvector          ret  = (cPtr == global::System.IntPtr.Zero) ? null : new stringvector(cPtr, true);

            if (CSharpWrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw CSharpWrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 6
0
        public stringvector GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = CSharpWrapperPINVOKE.stringvector_GetRange(swigCPtr, index, count);
            stringvector          ret  = (cPtr == global::System.IntPtr.Zero) ? null : new stringvector(cPtr, true);

            if (CSharpWrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw CSharpWrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 7
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(stringvector obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }