Пример #1
0
 internal static HandleRef getCPtr(SWIGTYPE_p_ASTFunction obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Пример #2
0
        int swapChildren(SWIGTYPE_p_ASTFunction that)
        {
            int ret = libsbmlPINVOKE.ASTBasePlugin_swapChildren(swigCPtr, SWIGTYPE_p_ASTFunction.getCPtr(that));

            return(ret);
        }
Пример #3
0
 /** */
 /* libsbml-internal */
 public int swapChildren(SWIGTYPE_p_ASTFunction that)
 {
     int ret = libsbmlPINVOKE.ASTBasePlugin_swapChildren(swigCPtr, SWIGTYPE_p_ASTFunction.getCPtr(that));
     return ret;
 }
Пример #4
0
 internal static HandleRef getCPtr(SWIGTYPE_p_ASTFunction obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Пример #5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_ASTFunction obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }