SBMLExtension clone() { global::System.IntPtr cPtr = libsbmlPINVOKE.L3v2extendedmathExtension_clone(swigCPtr); L3v2extendedmathExtension ret = (cPtr == global::System.IntPtr.Zero) ? null : new L3v2extendedmathExtension(cPtr, true); return(ret); }
L3v2extendedmathExtension(L3v2extendedmathExtension orig) : this(libsbmlPINVOKE.new_L3v2extendedmathExtension__SWIG_1(L3v2extendedmathExtension.getCPtr(orig)), true) { if (libsbmlPINVOKE.SWIGPendingException.Pending) { throw libsbmlPINVOKE.SWIGPendingException.Retrieve(); } }
internal static HandleRef getCPtrAndDisown(L3v2extendedmathExtension obj) { HandleRef ptr = new HandleRef(null, IntPtr.Zero); if (obj != null) { ptr = obj.swigCPtr; obj.swigCMemOwn = false; } return(ptr); }
internal static HandleRef getCPtr(L3v2extendedmathExtension obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }