LLVM  8.0.1
llvm::MSVCPExpected< T > Member List

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

errorIsA() constllvm::Expected< T >inline
ErrorStoragellvm::Expected< T >
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
get()llvm::Expected< T >inline
get() constllvm::Expected< T >inline
MSVCPExpected()llvm::MSVCPExpected< T >inline
MSVCPExpected(MSVCPExpected &&Other)llvm::MSVCPExpected< T >inline
MSVCPExpected(Error Err)llvm::MSVCPExpected< T >inline
MSVCPExpected(OtherT &&Val, typename std::enable_if< std::is_convertible< OtherT, T >::value >::type *=nullptr)llvm::MSVCPExpected< T >inline
MSVCPExpected(Expected< OtherT > &&Other, typename std::enable_if< std::is_convertible< OtherT, T >::value >::type *=nullptr)llvm::MSVCPExpected< T >inline
MSVCPExpected(Expected< OtherT > &&Other, typename std::enable_if<!std::is_convertible< OtherT, T >::value >::type *=nullptr)llvm::MSVCPExpected< T >inlineexplicit
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=(MSVCPExpected &&Other)llvm::MSVCPExpected< T >inline
llvm::Expected::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