Esempio n. 1
0
        SBMLNamespaces clone()
        {
            global::System.IntPtr    cPtr = libsbmlPINVOKE.L3v2extendedmathPkgNamespaces_clone(swigCPtr);
            ISBMLExtensionNamespaces ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ISBMLExtensionNamespaces(cPtr, true);

            return(ret);
        }
Esempio n. 2
0
        internal static HandleRef getCPtrAndDisown(ISBMLExtensionNamespaces obj)
        {
            HandleRef ptr = new HandleRef(null, IntPtr.Zero);

            if (obj != null)
            {
                ptr             = obj.swigCPtr;
                obj.swigCMemOwn = false;
            }

            return(ptr);
        }
Esempio n. 3
0
 internal static HandleRef getCPtr(ISBMLExtensionNamespaces obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 internal static HandleRef getCPtr(ISBMLExtensionNamespaces obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
        internal static HandleRef getCPtrAndDisown(ISBMLExtensionNamespaces obj)
        {
            HandleRef ptr = new HandleRef(null, IntPtr.Zero);

            if (obj != null)
            {
            ptr             = obj.swigCPtr;
            obj.swigCMemOwn = false;
            }

            return ptr;
        }