reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
54 class exception_ptr;
63 exception_ptr current_exception() _GLIBCXX_USE_NOEXCEPT; 66 exception_ptr make_exception_ptr(_Ex) _GLIBCXX_USE_NOEXCEPT; 69 void rethrow_exception(exception_ptr) __attribute__ ((__noreturn__)); 90 friend exception_ptr std::current_exception() _GLIBCXX_USE_NOEXCEPT; 91 friend void std::rethrow_exception(exception_ptr); 93 friend exception_ptr std::make_exception_ptr(_Ex) _GLIBCXX_USE_NOEXCEPT; 98 exception_ptr(const exception_ptr&) _GLIBCXX_USE_NOEXCEPT; 105 exception_ptr(exception_ptr&& __o) noexcept 117 exception_ptr& 118 operator=(const exception_ptr&) _GLIBCXX_USE_NOEXCEPT; 121 exception_ptr& 122 operator=(exception_ptr&& __o) noexcept 132 swap(exception_ptr&) _GLIBCXX_USE_NOEXCEPT; 149 operator==(const exception_ptr&, const exception_ptr&) 149 operator==(const exception_ptr&, const exception_ptr&) 158 operator==(const exception_ptr&, const exception_ptr&) 158 operator==(const exception_ptr&, const exception_ptr&) 162 operator!=(const exception_ptr&, const exception_ptr&) 162 operator!=(const exception_ptr&, const exception_ptr&) 166 swap(exception_ptr& __lhs, exception_ptr& __rhs) 166 swap(exception_ptr& __lhs, exception_ptr& __rhs) 178 exception_ptr 215 exception_ptr 219 exception_ptrusr/include/c++/7.4.0/bits/nested_exception.h
54 exception_ptr _M_ptr; 74 exception_ptrusr/include/c++/7.4.0/future
203 exception_ptr _M_error; 521 exception_ptr* _M_ex; 534 __setter(exception_ptr& __ex, promise<_Res>* __prom) 1117 set_exception(exception_ptr __p) 1135 set_exception_at_thread_exit(exception_ptr __p) 1224 set_exception(exception_ptr __p) 1235 set_exception_at_thread_exit(exception_ptr __p) 1316 set_exception(exception_ptr __p) 1324 set_exception_at_thread_exit(exception_ptr __p)