Searched refs:exception_detail (Results 1 – 2 of 2) sorted by relevance
17 namespace boost { namespace exception_detail { using std::shared_ptr; } } namespace20 namespace boost { namespace exception_detail { using boost::shared_ptr; } } namespace27 exception_detail namespace156 exception_detail namespace169 virtual refcount_ptr<exception_detail::error_info_container> clone() const = 0;266 friend E const & exception_detail::set_info( E const &, throw_function const & );269 friend E const & exception_detail::set_info( E const &, throw_file const & );272 friend E const & exception_detail::set_info( E const &, throw_line const & );275 friend E const & exception_detail::set_info( E const &, error_info<Tag,T> const & );277 …friend char const * exception_detail::get_diagnostic_information( exception const &, char const * …[all …]
47 # define BOOST_THROW_EXCEPTION(x) ::boost::exception_detail::throw_exception_(x,BOOST_THROW_EXCEPTI…79 exception_detail namespace