LLVM  8.0.1
llvm::Expected< T > Member List

This is the complete list of members for llvm::Expected< T >, including all inherited members.

errorIsA() constllvm::Expected< T >inline
ErrorStoragellvm::Expected< T >
Expected classllvm::Expected< T >friend
Expected(Error Err)llvm::Expected< T >inline
Expected(ErrorSuccess)=deletellvm::Expected< T >
Expected(OtherT &&Val, typename std::enable_if< std::is_convertible< OtherT, T >::value >::type *=nullptr)llvm::Expected< T >inline
Expected(Expected &&Other)llvm::Expected< T >inline
Expected(Expected< OtherT > &&Other, typename std::enable_if< std::is_convertible< OtherT, T >::value >::type *=nullptr)llvm::Expected< T >inline
Expected(Expected< OtherT > &&Other, typename std::enable_if<!std::is_convertible< OtherT, T >::value >::type *=nullptr)llvm::Expected< T >inlineexplicit
ExpectedAsOutParameter classllvm::Expected< T >friend
get()llvm::Expected< T >inline
get() constllvm::Expected< T >inline
operator bool()llvm::Expected< T >inlineexplicit
operator*()llvm::Expected< T >inline
operator*() constllvm::Expected< T >inline
operator->()llvm::Expected< T >inline
operator->() constllvm::Expected< T >inline
operator=(Expected &&Other)llvm::Expected< T >inline
storage_type typedefllvm::Expected< T >
takeError()llvm::Expected< T >inline
TStoragellvm::Expected< T >
value_type typedefllvm::Expected< T >
~Expected()llvm::Expected< T >inline