getCPtr() static private method

static private getCPtr ( SWIGTYPE_p_std__vectorT_XMLError_p_t obj ) : HandleRef
obj SWIGTYPE_p_std__vectorT_XMLError_p_t
return System.Runtime.InteropServices.HandleRef
コード例 #1
0
 void add(SWIGTYPE_p_std__vectorT_XMLError_p_t errors)
 {
     libsbmlPINVOKE.XMLErrorLog_add__SWIG_1(swigCPtr, SWIGTYPE_p_std__vectorT_XMLError_p_t.getCPtr(errors));
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }