#include <toppers/diagnostics.hpp>
toppers::error_handler_diagnostics< T >に対する継承グラフ

Public 型 | |
| enum | { use_exception = true } |
Static Public メンバ関数 | |
| ER_UINT | handle_error (ER_UINT ercd) |
| 非静的メンバ関数内でのエラー処理 | |
| ER_UINT | static_handle_error (ER_UINT ercd) |
| 静的メンバ関数内でのエラー処理 | |
| void | panic () |
| 致命的なエラーを検出した際のパニック処理 | |
| handler_type | set_error_handler (handler_type handler) |
| エラーハンドラの設定 | |
// 以下のように error_handler_diagnostics を特化することが可能 class foo {}; typedef toppers::task<MAIN_TASK, toppers::error_handler_diagnostics<foo> > task;
|
|||||
|
|