Esempio n. 1
0
 public bool ExactMatch(SWIGTYPE_p_Position pos, ByteBuffer buf, SWIGTYPE_p_simpleMoveT sm, gameExactMatchT searchType) {
   bool ret = ScidPINVOKE.Game_ExactMatch__SWIG_3(swigCPtr, SWIGTYPE_p_Position.getCPtr(pos), ByteBuffer.getCPtr(buf), SWIGTYPE_p_simpleMoveT.getCPtr(sm), (int)searchType);
   return ret;
 }
Esempio n. 2
0
 public bool VarExactMatch(SWIGTYPE_p_Position searchPos, gameExactMatchT searchType) {
   bool ret = ScidPINVOKE.Game_VarExactMatch(swigCPtr, SWIGTYPE_p_Position.getCPtr(searchPos), (int)searchType);
   return ret;
 }