コード例 #1
0
ファイル: VectorUint16Pair.cs プロジェクト: wonrst/TizenFX
 public void Swap(VectorUint16Pair vector)
 {
     Interop.VectorUint16Pair.Swap(SwigCPtr, VectorUint16Pair.getCPtr(vector));
     if (NDalicPINVOKE.SWIGPendingException.Pending)
     {
         throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
ファイル: VectorUint16Pair.cs プロジェクト: wonrst/TizenFX
        public VectorUint16Pair Assign(VectorUint16Pair vector)
        {
            VectorUint16Pair ret = new VectorUint16Pair(Interop.VectorUint16Pair.Assign(SwigCPtr, VectorUint16Pair.getCPtr(vector)), false);

            if (NDalicPINVOKE.SWIGPendingException.Pending)
            {
                throw NDalicPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #3
0
ファイル: VectorUint16Pair.cs プロジェクト: wonrst/TizenFX
 public VectorUint16Pair(VectorUint16Pair vector) : this(Interop.VectorUint16Pair.NewVectorUint16Pair(VectorUint16Pair.getCPtr(vector)), true)
 {
     if (NDalicPINVOKE.SWIGPendingException.Pending)
     {
         throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #4
0
 public VectorUint16Pair(VectorUint16Pair vector) : this(NDalicPINVOKE.new_VectorUint16Pair__SWIG_1(VectorUint16Pair.getCPtr(vector)), true)
 {
     if (NDalicPINVOKE.SWIGPendingException.Pending)
     {
         throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     }
 }