#include <toppers/context.hpp>
toppers::non_task_context_body< Diagnostics, Stub >に対する継承グラフ

Public メンバ関数 | |
| void | run () |
| ハンドラ本体動作の実行 | |
Static Public 変数 | |
| const task_context_tag | task_context = toppers::task_context |
| タスクコンテキストを指定する定数 | |
| const non_task_context_tag | non_task_context = toppers::non_task_context |
| 非タスクコンテキストを指定する定数 | |
| const non_task_context_tag | context_independent = toppers::non_task_context |
| 現在のコンテキスト(すなわち非タスクコンテキスト)を指定する定数 | |
Protected 型 | |
| typedef Stub | stub |
| サービスコールスタブ | |
Protected メンバ関数 | |
| non_task_context_body () | |
| コンストラクタ | |
| ~non_task_context_body () | |
| デストラクタ | |
Static Protected メンバ関数 | |
| ID | get_task_id () |
| 実行中のタスクID番号を参照する | |