Assertion handler to dump the state of a HexUctState. More...
Public Member Functions | |
AssertionHandler (const HexUctState &state) | |
void | Run () |
Private Attributes | |
const HexUctState & | m_state |
Assertion handler to dump the state of a HexUctState.
Definition at line 206 of file HexUctState.hpp.
HexUctState::AssertionHandler::AssertionHandler | ( | const HexUctState & | state | ) |
Definition at line 76 of file HexUctState.cpp.
void HexUctState::AssertionHandler::Run | ( | ) |
Definition at line 81 of file HexUctState.cpp.
References HexUctState::Dump(), LogSevere(), and m_state.
const HexUctState& HexUctState::AssertionHandler::m_state [private] |
Definition at line 215 of file HexUctState.hpp.
Referenced by Run().