HomeSort by relevance Sort by last modified time
    Searched full:error_info_base (Results 1 - 3 of 3) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/detail/
error_info_impl.hpp 24 error_info_base class in namespace:boost::exception_detail
34 ~error_info_base() throw()
43 public exception_detail::error_info_base
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
exception.hpp 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;
get_error_info.hpp 35 if( shared_ptr<exception_detail::error_info_base> eib = c->get(BOOST_EXCEPTION_STATIC_TYPEID(ErrorInfo)) )

Completed in 75 milliseconds