GL CHOCO ENGINE
Loading...
Searching...
No Matches
platform_err_utils.h
Go to the documentation of this file.
1
12#ifndef GLCE_ENGINE_PLATFORM_PLATFORM_CORE_PLATFORM_ERR_UTILS_H
13#define GLCE_ENGINE_PLATFORM_PLATFORM_CORE_PLATFORM_ERR_UTILS_H
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
20
23
31
39
47
48#ifdef __cplusplus
49}
50#endif
51#endif
文字列を格納するコンテナモジュールAPIの定義
choco_string_result_t
文字列API実行結果コードリスト
Definition: choco_string.h:40
サブシステム等、ライフサイクルが固定で、個別のメモリ開放が不要なメモリ確保に対応するリニアアロケータモジュールの定義
linear_allocator_result_t
linear_allocator実行結果コードリスト
Definition: linear_allocator.h:50
const char * platform_rslt_to_str(platform_result_t rslt_)
プラットフォームレイヤーの実行結果コードを文字列に変換する
Definition: platform_err_utils.c:32
platform_result_t platform_rslt_convert_choco_string(choco_string_result_t rslt_)
choco_stringモジュールの実行結果コードをプラットフォームレイヤーの実行結果コードに変換する
Definition: platform_err_utils.c:59
platform_result_t platform_rslt_convert_linear_alloc(linear_allocator_result_t rslt_)
linear_allocatorモジュールの実行結果コードをプラットフォームレイヤーの実行結果コードに変換する
Definition: platform_err_utils.c:84
プラットフォームシステムで共通に使用されるデータ型を提供する
platform_result_t
プラットフォームシステム実行結果コード定義
Definition: platform_types.h:27