getCPtr() static private method

static private getCPtr ( XMLOutputStream obj ) : HandleRef
obj XMLOutputStream
return System.Runtime.InteropServices.HandleRef
Beispiel #1
0
 void write(XMLOutputStream stream)
 {
     libsbmlPINVOKE.ASTBase_write(swigCPtr, XMLOutputStream.getCPtr(stream));
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 void writeNodeOfType(XMLOutputStream stream, int type)
 {
     libsbmlPINVOKE.ASTBase_writeNodeOfType__SWIG_1(swigCPtr, XMLOutputStream.getCPtr(stream), type);
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #3
0
 void writeAttributes(XMLOutputStream stream, int type)
 {
     libsbmlPINVOKE.ASTBasePlugin_writeAttributes(swigCPtr, XMLOutputStream.getCPtr(stream), type);
     if (libsbmlPINVOKE.SWIGPendingException.Pending)
     {
         throw libsbmlPINVOKE.SWIGPendingException.Retrieve();
     }
 }