Searched refs:unexpected_call (Results 1 – 5 of 5) sorted by relevance
524 unexpected_call::unexpected_call() : in unexpected_call() function in boost::unexpected_call529 unexpected_call::unexpected_call(std::string const& descr) : in unexpected_call() function in boost::unexpected_call534 unexpected_call::~unexpected_call() throw() in ~unexpected_call()538 void unexpected_call::throw_(const char* file, std::size_t line) in throw_()540 boost::throw_exception(boost::enable_error_info(unexpected_call()) in throw_()546 void unexpected_call::throw_(const char* file, std::size_t line, const char* descr) in throw_()548 boost::throw_exception(boost::enable_error_info(unexpected_call(descr)) in throw_()554 void unexpected_call::throw_(const char* file, std::size_t line, std::string const& descr) in throw_()556 boost::throw_exception(boost::enable_error_info(unexpected_call(descr)) in throw_()
372 class BOOST_LOG_API unexpected_call : class379 unexpected_call();383 explicit unexpected_call(std::string const& descr);387 ~unexpected_call() throw() BOOST_OVERRIDE;
46 [template class_log_unexpected_call[][classref boost::log::unexpected_call unexpected_call]]
148 …BOOST_LOG_THROW_DESCR(unexpected_call, "Asynchronous sink frontend already runs a record feeding t… in scoped_thread_id()157 …BOOST_LOG_THROW_DESCR(unexpected_call, "Asynchronous sink frontend already runs a record feeding t… in scoped_thread_id()
51 boost/log/unexpected_call.html