ARCS SDK API  0.24.0
枚举 | 函数
arcs::error_stack 命名空间参考

枚举

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.h48 行定义.

函数说明

constexpr int ARCS_ABI_EXPORT arcs::error_stack::codeCompose ( int  aa,
int  bb,
int  cccc 
)

在文件 error_stack.h27 行定义.

std::ostream& arcs::error_stack::dump ( std::ostream &  os)
inline

在文件 error_stack.h95 行定义.

参考 ARCS_ERROR_CODES.

const char* arcs::error_stack::errorCode2Str ( int  err_code)
inline

在文件 error_stack.h65 行定义.

参考 ARCS_ERROR_CODES.

constexpr int ARCS_ABI_EXPORT arcs::error_stack::mod ( int  x)

在文件 error_stack.h32 行定义.

int arcs::error_stack::str2ErrorCode ( const char *  err_code_name)
inline

在文件 error_stack.h55 行定义.

参考 ARCS_ERROR_CODES.