NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
error_category.hpp 文件参考

错误类别体系 更多...

error_category.hpp 的引用(Include)关系图:

浏览该文件的源代码.

class  neforce::error_category
 错误类别抽象基类 更多...
class  neforce::generic_error_category
 通用错误类别 更多...
class  neforce::system_error_category
 系统错误类别 更多...

函数

const error_categoryneforce::generic_category () noexcept
 获取通用错误类别单例
error_code neforce::make_error_code (errc e) noexcept
 从 errc 枚举创建错误码
error_condition neforce::make_error_condition (errc e) noexcept
 从 errc 枚举创建错误条件
const error_categoryneforce::system_category () noexcept
 获取系统错误类别单例

详细描述

错误类别体系

此文件提供了错误类别的抽象基类以及通用和系统两种标准错误类别实现。 与 error_code / error_condition 配合,构成完整的错误码体系。

在文件 error_category.hpp 中定义.