![]() |
GL CHOCO ENGINE
|
プラットフォームレイヤーのエラー処理を統一するため、下位モジュールの実行結果コードの変換と、実行結果コードの文字列化処理を提供する More...
#include "engine/platform/platform_core/platform_types.h"#include "engine/containers/choco_string.h"#include "engine/core/memory/linear_allocator.h"

Go to the source code of this file.
Functions | |
| const char * | platform_rslt_to_str (platform_result_t rslt_) |
| プラットフォームレイヤーの実行結果コードを文字列に変換する | |
| platform_result_t | platform_rslt_convert_choco_string (choco_string_result_t rslt_) |
| choco_stringモジュールの実行結果コードをプラットフォームレイヤーの実行結果コードに変換する | |
| platform_result_t | platform_rslt_convert_linear_alloc (linear_allocator_result_t rslt_) |
| linear_allocatorモジュールの実行結果コードをプラットフォームレイヤーの実行結果コードに変換する | |
プラットフォームレイヤーのエラー処理を統一するため、下位モジュールの実行結果コードの変換と、実行結果コードの文字列化処理を提供する
| platform_result_t platform_rslt_convert_choco_string | ( | choco_string_result_t | rslt_ | ) |
choco_stringモジュールの実行結果コードをプラットフォームレイヤーの実行結果コードに変換する
| rslt_ | choco_stringモジュール実行結果コード |
| platform_result_t platform_rslt_convert_linear_alloc | ( | linear_allocator_result_t | rslt_ | ) |
linear_allocatorモジュールの実行結果コードをプラットフォームレイヤーの実行結果コードに変換する
| rslt_ | linear_allocatorモジュール実行結果コード |
| const char * platform_rslt_to_str | ( | platform_result_t | rslt_ | ) |
プラットフォームレイヤーの実行結果コードを文字列に変換する
| rslt_ | 変換するプラットフォームシステム実行結果コード |