Go to the documentation of this file.
    3 #ifndef SEARCH_QUIESCENCELOG 
    4 #define SEARCH_QUIESCENCELOG 
   13     class QuiescenceRecord;
 
   20       static void enter(
const SimpleState&);
 
   23       static void node(
int depth, 
int alpha, 
int beta, 
int result);
 
   24       static void init(
const char *filename);
 
   26       static std::ostream *
os();