Assertion handler to dump the state of a GoUctState. More...
Public Member Functions | |
AssertionHandler (const GoUctState &state) | |
void | Run () |
Private Attributes | |
const GoUctState & | m_state |
Assertion handler to dump the state of a GoUctState.
Definition at line 78 of file GoUctSearch.h.
GoUctState::AssertionHandler::AssertionHandler | ( | const GoUctState & | state | ) |
Definition at line 86 of file GoUctSearch.cpp.
void GoUctState::AssertionHandler::Run | ( | ) | [virtual] |
Implements SgAssertionHandler.
Definition at line 91 of file GoUctSearch.cpp.
References GoUctState::Dump(), m_state, and SgDebug().
const GoUctState& GoUctState::AssertionHandler::m_state [private] |
Definition at line 87 of file GoUctSearch.h.
Referenced by Run().