|
LLVM
8.0.1
|
This is the complete list of members for llvm::ErrorOr< T >, including all inherited members.
| ErrorOr class | llvm::ErrorOr< T > | friend |
| ErrorOr(E ErrorCode, typename std::enable_if< std::is_error_code_enum< E >::value||std::is_error_condition_enum< E >::value, void *>::type=nullptr) | llvm::ErrorOr< T > | inline |
| ErrorOr(std::error_code EC) | llvm::ErrorOr< T > | inline |
| ErrorOr(OtherT &&Val, typename std::enable_if< std::is_convertible< OtherT, T >::value >::type *=nullptr) | llvm::ErrorOr< T > | inline |
| ErrorOr(const ErrorOr &Other) | llvm::ErrorOr< T > | inline |
| ErrorOr(const ErrorOr< OtherT > &Other, typename std::enable_if< std::is_convertible< OtherT, T >::value >::type *=nullptr) | llvm::ErrorOr< T > | inline |
| ErrorOr(const ErrorOr< OtherT > &Other, typename std::enable_if< !std::is_convertible< OtherT, const T &>::value >::type *=nullptr) | llvm::ErrorOr< T > | inlineexplicit |
| ErrorOr(ErrorOr &&Other) | llvm::ErrorOr< T > | inline |
| ErrorOr(ErrorOr< OtherT > &&Other, typename std::enable_if< std::is_convertible< OtherT, T >::value >::type *=nullptr) | llvm::ErrorOr< T > | inline |
| ErrorOr(ErrorOr< OtherT > &&Other, typename std::enable_if<!std::is_convertible< OtherT, T >::value >::type *=nullptr) | llvm::ErrorOr< T > | inlineexplicit |
| ErrorStorage | llvm::ErrorOr< T > | |
| get() | llvm::ErrorOr< T > | inline |
| get() const | llvm::ErrorOr< T > | inline |
| getError() const | llvm::ErrorOr< T > | inline |
| operator bool() const | llvm::ErrorOr< T > | inlineexplicit |
| operator*() | llvm::ErrorOr< T > | inline |
| operator*() const | llvm::ErrorOr< T > | inline |
| operator->() | llvm::ErrorOr< T > | inline |
| operator->() const | llvm::ErrorOr< T > | inline |
| operator=(const ErrorOr &Other) | llvm::ErrorOr< T > | inline |
| operator=(ErrorOr &&Other) | llvm::ErrorOr< T > | inline |
| storage_type typedef | llvm::ErrorOr< T > | |
| TStorage | llvm::ErrorOr< T > | |
| ~ErrorOr() | llvm::ErrorOr< T > | inline |
1.8.13