Example #1
0
 public bool Add(SWIGTYPE_p_Position pos, treeT tree, SWIGTYPE_p_Filter filter) {
   bool ret = ScidPINVOKE.TreeCache_Add(swigCPtr, SWIGTYPE_p_Position.getCPtr(pos), treeT.getCPtr(tree), SWIGTYPE_p_Filter.getCPtr(filter));
   return ret;
 }
Example #2
0
 public ushort restoreFilter(SWIGTYPE_p_Filter filter) {
   ushort ret = ScidPINVOKE.cachedTreeT_restoreFilter(swigCPtr, SWIGTYPE_p_Filter.getCPtr(filter));
   return ret;
 }
Example #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_Filter obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Example #4
0
 public void set(SWIGTYPE_p_Position pos, treeT tree, SWIGTYPE_p_Filter filter, SWIGTYPE_p_uint32_t time) {
   ScidPINVOKE.cachedTreeT_set(swigCPtr, SWIGTYPE_p_Position.getCPtr(pos), treeT.getCPtr(tree), SWIGTYPE_p_Filter.getCPtr(filter), SWIGTYPE_p_uint32_t.getCPtr(time));
   if (ScidPINVOKE.SWIGPendingException.Pending) throw ScidPINVOKE.SWIGPendingException.Retrieve();
 }