Exemple #1
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();
     }
 }
Exemple #2
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);
        }
Exemple #3
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();
     }
 }