Searched refs:error_info_base (Results 1 – 3 of 3) sorted by relevance
24 error_info_base class34 ~error_info_base() throw() in ~error_info_base()43 public exception_detail::error_info_base
153 class error_info_base;160 virtual shared_ptr<error_info_base> get( type_info_ const & ) const = 0;161 virtual void set( shared_ptr<error_info_base> const &, type_info_ const & ) = 0;
35 …if( shared_ptr<exception_detail::error_info_base> eib = c->get(BOOST_EXCEPTION_STATIC_TYPEID(Error… in get()