#include <GoGtpEngine.h>
Inheritance diagram for GoGtpAssertionHandler:
Calls GoBoardUtil::DumpBoard with the engine's board.
Definition at line 514 of file GoGtpEngine.h.
Public Member Functions | |
GoGtpAssertionHandler (const GoGtpEngine &engine) | |
void | Run () |
Private Attributes | |
const GoGtpEngine & | m_engine |
GoGtpAssertionHandler::GoGtpAssertionHandler | ( | const GoGtpEngine & | engine | ) |
Definition at line 1719 of file GoGtpEngine.cpp.
void GoGtpAssertionHandler::Run | ( | ) | [virtual] |
Implements SgAssertionHandler.
Definition at line 1724 of file GoGtpEngine.cpp.
References GoGtpEngine::DumpState(), m_engine, and SgDebug().
const GoGtpEngine& GoGtpAssertionHandler::m_engine [private] |