コード例 #1
0
        public int call(SWIGTYPE_p_FbxPairT_int_char_const_p_t pKeyA, SWIGTYPE_p_FbxPairT_int_char_const_p_t pKeyB)
        {
            int ret = fbx_wrapperPINVOKE.FbxNameMapCompare_call(swigCPtr, SWIGTYPE_p_FbxPairT_int_char_const_p_t.getCPtr(pKeyA), SWIGTYPE_p_FbxPairT_int_char_const_p_t.getCPtr(pKeyB));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxPairT_int_char_const_p_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }