LLVM API Documentation
#include <system_error.h>
Public Member Functions | |
virtual | ~error_category () |
virtual const char * | name () const =0 |
virtual error_condition | default_error_condition (int _ev) const |
virtual bool | equivalent (int _code, const error_condition &_condition) const |
virtual bool | equivalent (const error_code &_code, int _condition) const |
virtual std::string | message (int _ev) const =0 |
bool | operator== (const error_category &_rhs) const |
bool | operator!= (const error_category &_rhs) const |
bool | operator< (const error_category &_rhs) const |
Friends | |
class | _do_message |
Definition at line 627 of file system_error.h.
|
virtual |
Definition at line 26 of file system_error.cpp.
|
virtual |
Reimplemented in llvm::_system_error_category.
Definition at line 30 of file system_error.cpp.
Referenced by llvm::error_code::default_error_condition(), and equivalent().
|
virtual |
Definition at line 35 of file system_error.cpp.
References default_error_condition().
Referenced by llvm::operator==().
|
virtual |
Definition at line 40 of file system_error.cpp.
References llvm::error_code::category(), and llvm::error_code::value().
|
pure virtual |
Implemented in llvm::_do_message, llvm::_system_error_category, and llvm::_generic_error_category.
Referenced by llvm::error_condition::message(), and llvm::error_code::message().
|
pure virtual |
Implemented in llvm::_system_error_category, and llvm::_generic_error_category.
|
inline |
Definition at line 646 of file system_error.h.
|
inline |
Definition at line 648 of file system_error.h.
|
inline |
Definition at line 644 of file system_error.h.
|
friend |
Definition at line 650 of file system_error.h.