Ejemplo n.º 1
0
        public ASTNodeValues_t getASTNodeValue(long n)
        {
            global::System.IntPtr cPtr = libsbmlPINVOKE.ASTBasePlugin_getASTNodeValue(swigCPtr, n);
            ASTNodeValues_t       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new ASTNodeValues_t(cPtr, false);

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

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

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