Home
last modified time | relevance | path

Searched refs:error_info_base (Results 1 – 3 of 3) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/detail/
Derror_info_impl.hpp24 error_info_base class
34 ~error_info_base() throw() in ~error_info_base()
43 public exception_detail::error_info_base
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
Dexception.hpp153 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;
Dget_error_info.hpp35 …if( shared_ptr<exception_detail::error_info_base> eib = c->get(BOOST_EXCEPTION_STATIC_TYPEID(Error… in get()