proxygen
|
#include <ExceptionWrapper.h>
Public Member Functions | |
Impl ()=default | |
template<typename... As> | |
Impl (As &&...as) | |
void | throw_ () const override |
std::exception const * | get_exception_ () const noexceptoverride |
exception_wrapper | get_exception_ptr_ () const noexceptoverride |
Public Member Functions inherited from folly::exception_wrapper::SharedPtr::Base | |
Base ()=default | |
Base (std::type_info const &info) | |
virtual | ~Base () |
Public Attributes | |
Ex | ex_ |
Public Attributes inherited from folly::exception_wrapper::SharedPtr::Base | |
std::type_info const * | info_ |
Definition at line 313 of file ExceptionWrapper.h.
|
default |
|
inlineexplicit |
Definition at line 319 of file ExceptionWrapper.h.
References folly::gen::as(), and folly::pushmi::__adl::noexcept().
|
inlineoverridevirtualnoexcept |
Implements folly::exception_wrapper::SharedPtr::Base.
Definition at line 233 of file ExceptionWrapper-inl.h.
References folly::exception_wrapper::as_exception_or_null_().
|
inlineoverridevirtualnoexcept |
Implements folly::exception_wrapper::SharedPtr::Base.
Definition at line 238 of file ExceptionWrapper-inl.h.
|
inlineoverridevirtual |
Implements folly::exception_wrapper::SharedPtr::Base.
Definition at line 227 of file ExceptionWrapper-inl.h.
Ex folly::exception_wrapper::SharedPtr::Impl< Ex >::ex_ |
Definition at line 314 of file ExceptionWrapper.h.