ARCS SDK API  0.25.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)
 

枚举类型说明

◆ ErrorCodes

枚举值
ARCS_ERROR_CODES 

在文件 error_stack.h52 行定义.

函数说明

◆ codeCompose()

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

在文件 error_stack.h27 行定义.

◆ dump()

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

在文件 error_stack.h99 行定义.

引用了 ARCS_ERROR_CODES.

◆ errorCode2Str()

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

在文件 error_stack.h69 行定义.

引用了 ARCS_ERROR_CODES.

◆ mod()

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

在文件 error_stack.h32 行定义.

◆ str2ErrorCode()

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

在文件 error_stack.h59 行定义.

引用了 ARCS_ERROR_CODES.