
Definition at line 81 of file GoUctSearch.h.
Public Member Functions | |
| AssertionHandler (const GoUctState &state) | |
| void | Run () |
Private Attributes | |
| const GoUctState & | m_state |
| GoUctState::AssertionHandler::AssertionHandler | ( | const GoUctState & | state | ) |
Definition at line 87 of file GoUctSearch.cpp.
| void GoUctState::AssertionHandler::Run | ( | ) | [virtual] |
Implements SgAssertionHandler.
Definition at line 92 of file GoUctSearch.cpp.
References GoUctState::Dump(), m_state, and SgDebug().
const GoUctState& GoUctState::AssertionHandler::m_state [private] |