Searched refs:translate_exception_base (Results 1 – 1 of 1) sorted by relevance
59 class BOOST_TEST_DECL translate_exception_base { class62 explicit translate_exception_base( boost::scoped_ptr<translate_exception_base>& next ) in translate_exception_base() function in boost::detail::translate_exception_base68 virtual ~translate_exception_base() {} in ~translate_exception_base()74 boost::scoped_ptr<translate_exception_base> m_next;193 boost::scoped_ptr<detail::translate_exception_base> m_custom_translators;204 class translate_exception : public translate_exception_base206 typedef boost::scoped_ptr<translate_exception_base> base_ptr;209 : translate_exception_base( next ), m_translator( tr ) {} in translate_exception()