LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Public Attributes | List of all members
llvm::object::object_error Struct Reference

#include <Error.h>

Collaboration diagram for llvm::object::object_error:
Collaboration graph
[legend]

Public Types

enum  Impl {
  success = 0, arch_not_found, invalid_file_type, parse_failed,
  unexpected_eof
}
 

Public Member Functions

 object_error (Impl V)
 
 operator Impl () const
 

Public Attributes

Impl V
 

Detailed Description

Definition at line 24 of file Object/Error.h.

Member Enumeration Documentation

Enumerator
success 
arch_not_found 
invalid_file_type 
parse_failed 
unexpected_eof 

Definition at line 25 of file Object/Error.h.

Constructor & Destructor Documentation

llvm::object::object_error::object_error ( Impl  V)
inline

Definition at line 34 of file Object/Error.h.

Member Function Documentation

llvm::object::object_error::operator Impl ( ) const
inline

Definition at line 35 of file Object/Error.h.

References V.

Member Data Documentation

Impl llvm::object::object_error::V

Definition at line 32 of file Object/Error.h.

Referenced by operator Impl().


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