libsbml.SWIGTYPE_p_ASTFunction.getCPtr C# (CSharp) Method

getCPtr() static private method

static private getCPtr ( SWIGTYPE_p_ASTFunction obj ) : HandleRef
obj SWIGTYPE_p_ASTFunction
return HandleRef
        internal static HandleRef getCPtr(SWIGTYPE_p_ASTFunction obj)
        {
            return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
        }

Usage Example

Esempio n. 1
0
        int swapChildren(SWIGTYPE_p_ASTFunction that)
        {
            int ret = libsbmlPINVOKE.ASTBasePlugin_swapChildren(swigCPtr, SWIGTYPE_p_ASTFunction.getCPtr(that));

            return(ret);
        }
SWIGTYPE_p_ASTFunction