Result に関係するユーティリティ類をまとめたクラスです。
[詳細]
Result に関係するユーティリティ類をまとめたクラスです。
static void nn::pia::common::ResultUtility::TraceResult |
( |
const Result & |
result | ) |
|
|
static |
static void nn::pia::common::ResultUtility::TraceResult |
( |
const nn::Result & |
result | ) |
|
|
static |
nn::Result 値の詳細な情報を表示します。
- 引数
-
[in] | result | トレース対象の Result値。 |
static void nn::pia::common::ResultUtility::TraceResult |
( |
uint64_t |
traceFlags, |
|
|
const Result & |
result |
|
) |
| |
|
static |
static void nn::pia::common::ResultUtility::TraceResult |
( |
uint64_t |
traceFlags, |
|
|
const nn::Result & |
result |
|
) |
| |
|
static |
nn::Result 値の詳細な情報を表示します。
- 引数
-
[in] | traceFlags | トレースフラグ。詳細はTraceFlag を参照してください。 |
[in] | result | トレース対象の Result値。 |