Example #1
0
 public DescriptorView(DescriptorView desc) : this(solar_datastructurePINVOKE.new_DescriptorView__SWIG_1(DescriptorView.getCPtr(desc)), true)
 {
     if (solar_datastructurePINVOKE.SWIGPendingException.Pending)
     {
         throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public void append(DescriptorView descriptor)
 {
     solar_datastructurePINVOKE.DescriptorBuffer_append__SWIG_0(swigCPtr, DescriptorView.getCPtr(descriptor));
     if (solar_datastructurePINVOKE.SWIGPendingException.Pending)
     {
         throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #3
0
        public DescriptorView EgalOperator(DescriptorView desc)
        {
            DescriptorView ret = new DescriptorView(solar_datastructurePINVOKE.DescriptorView_EgalOperator__SWIG_0(swigCPtr, DescriptorView.getCPtr(desc)), false);

            if (solar_datastructurePINVOKE.SWIGPendingException.Pending)
            {
                throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #4
0
        public DescriptorView getDescriptor(uint index)
        {
            DescriptorView ret = new DescriptorView(solar_datastructurePINVOKE.DescriptorBuffer_getDescriptor(swigCPtr, index), true);

            if (solar_datastructurePINVOKE.SWIGPendingException.Pending)
            {
                throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Example #5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(DescriptorView obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }