Esempio n. 1
0
 public DescriptorBuffer(SWIGTYPE_p_SolAR__datastructure__DescriptorViewTemplateT_unsigned_char_t desc) : this(solar_datastructurePINVOKE.new_DescriptorBuffer__SWIG_0(SWIGTYPE_p_SolAR__datastructure__DescriptorViewTemplateT_unsigned_char_t.getCPtr(desc)), true)
 {
     if (solar_datastructurePINVOKE.SWIGPendingException.Pending)
     {
         throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public void append(SWIGTYPE_p_SolAR__datastructure__DescriptorViewTemplateT_unsigned_char_t descriptor)
 {
     solar_datastructurePINVOKE.DescriptorBuffer_append__SWIG_1(swigCPtr, SWIGTYPE_p_SolAR__datastructure__DescriptorViewTemplateT_unsigned_char_t.getCPtr(descriptor));
     if (solar_datastructurePINVOKE.SWIGPendingException.Pending)
     {
         throw solar_datastructurePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_SolAR__datastructure__DescriptorViewTemplateT_unsigned_char_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }