ARCS SDK API
0.24.0
|
枚举 | |
enum | ErrorCodes { ARCS_ERROR_CODES } |
函数 | |
constexpr int ARCS_ABI_EXPORT | codeCompose (int aa, int bb, int cccc) |
constexpr int ARCS_ABI_EXPORT | mod (int x) |
int | str2ErrorCode (const char *err_code_name) |
const char * | errorCode2Str (int err_code) |
std::ostream & | dump (std::ostream &os) |
枚举值 | |
---|---|
ARCS_ERROR_CODES |
在文件 error_stack.h 第 52 行定义.
constexpr int ARCS_ABI_EXPORT arcs::error_stack::codeCompose | ( | int | aa, |
int | bb, | ||
int | cccc | ||
) |
在文件 error_stack.h 第 27 行定义.
|
inline |
在文件 error_stack.h 第 99 行定义.
参考 ARCS_ERROR_CODES.
|
inline |
在文件 error_stack.h 第 69 行定义.
参考 ARCS_ERROR_CODES.
constexpr int ARCS_ABI_EXPORT arcs::error_stack::mod | ( | int | x | ) |
在文件 error_stack.h 第 32 行定义.
|
inline |
在文件 error_stack.h 第 59 行定义.
参考 ARCS_ERROR_CODES.