libstdc++
Public Member Functions
std::error_category Class Reference
List of all members.
Public Member Functions
error_category
(const
error_category
&)
virtual
error_condition
default_error_condition
(int __i) const noexcept
virtual bool
equivalent
(int __i, const
error_condition
&__cond) const noexcept
virtual bool
equivalent
(const
error_code
&__code, int __i) const noexcept
virtual
string
message
(int) const =0
virtual const char *
name
() const noexcept=0
bool
operator!=
(const
error_category
&__other) const noexcept
bool
operator<
(const
error_category
&__other) const noexcept
error_category
&
operator=
(const
error_category
&)
bool
operator==
(const
error_category
&__other) const noexcept
Detailed Description
error_category
Definition at line
66
of file
system_error
.
The documentation for this class was generated from the following file:
system_error
std
error_category
Generated by
1.8.0