LLVM API Documentation

Public Member Functions
llvm::_generic_error_category Class Reference
Inheritance diagram for llvm::_generic_error_category:
Inheritance graph
[legend]
Collaboration diagram for llvm::_generic_error_category:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual const char * name () const LLVM_OVERRIDE
virtual std::string message (int ev) const LLVM_OVERRIDE

Detailed Description

Definition at line 49 of file system_error.cpp.


Member Function Documentation

std::string llvm::_generic_error_category::message ( int  ev) const [virtual]

Reimplemented from llvm::_do_message.

Definition at line 61 of file system_error.cpp.

const char * llvm::_generic_error_category::name ( ) const [virtual]

Implements llvm::error_category.

Definition at line 56 of file system_error.cpp.


The documentation for this class was generated from the following file: