Exemple #1
0
 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;
 }
Exemple #2
0
 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;
 }