getCPtr() static private method

static private getCPtr ( SWIGTYPE_p_ASTFunction obj ) : HandleRef
obj SWIGTYPE_p_ASTFunction
return HandleRef
示例#1
0
        int swapChildren(SWIGTYPE_p_ASTFunction that)
        {
            int ret = libsbmlPINVOKE.ASTBasePlugin_swapChildren(swigCPtr, SWIGTYPE_p_ASTFunction.getCPtr(that));

            return(ret);
        }