Assertion handler that can be registered with SgRegisterAssertionHandler. More...
#include <GoGtpEngine.h>
Public Member Functions | |
GoGtpAssertionHandler (const GoGtpEngine &engine) | |
void | Run () |
Private Attributes | |
const GoGtpEngine & | m_engine |
Assertion handler that can be registered with SgRegisterAssertionHandler.
Calls GoBoardUtil::DumpBoard with the engine's board.
Definition at line 480 of file GoGtpEngine.h.
GoGtpAssertionHandler::GoGtpAssertionHandler | ( | const GoGtpEngine & | engine | ) |
Definition at line 1671 of file GoGtpEngine.cpp.
void GoGtpAssertionHandler::Run | ( | ) | [virtual] |
Implements SgAssertionHandler.
Definition at line 1676 of file GoGtpEngine.cpp.
References GoGtpEngine::DumpState(), m_engine, and SgDebug().
const GoGtpEngine& GoGtpAssertionHandler::m_engine [private] |
Definition at line 489 of file GoGtpEngine.h.
Referenced by Run().