LLVM
8.0.1
|
This is the complete list of members for llvm::MSVCPExpected< T >, including all inherited members.
errorIsA() const | llvm::Expected< T > | inline |
ErrorStorage | llvm::Expected< T > | |
Expected(Error Err) | llvm::Expected< T > | inline |
Expected(ErrorSuccess)=delete | llvm::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() const | llvm::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*() const | llvm::Expected< T > | inline |
operator->() | llvm::Expected< T > | inline |
operator->() const | llvm::Expected< T > | inline |
operator=(MSVCPExpected &&Other) | llvm::MSVCPExpected< T > | inline |
llvm::Expected::operator=(Expected &&Other) | llvm::Expected< T > | inline |
storage_type typedef | llvm::Expected< T > | |
takeError() | llvm::Expected< T > | inline |
TStorage | llvm::Expected< T > | |
value_type typedef | llvm::Expected< T > | |
~Expected() | llvm::Expected< T > | inline |