public static bool cmpTime(cachedTreeT a, cachedTreeT b) { bool ret = ScidPINVOKE.cachedTreeT_cmpTime(cachedTreeT.getCPtr(a), cachedTreeT.getCPtr(b)); if (ScidPINVOKE.SWIGPendingException.Pending) throw ScidPINVOKE.SWIGPendingException.Retrieve(); return ret; }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(cachedTreeT obj) { return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr; }