Searched refs:cleanup_guard (Results 1 – 7 of 7) sorted by relevance
34 struct cleanup_guard struct36 explicit cleanup_guard(T& obj) : m_Obj(obj) {} in cleanup_guard() argument37 ~cleanup_guard() { m_Obj.clear(); } in ~cleanup_guard() argument40 BOOST_DELETED_FUNCTION(cleanup_guard(cleanup_guard const&))41 BOOST_DELETED_FUNCTION(cleanup_guard& operator= (cleanup_guard const&))
297 boost::log::aux::cleanup_guard< basic_format< char_type > > cleanup1(*m_owner); in BOOST_NOEXCEPT_IF()
280 class cleanup_guard class286 explicit cleanup_guard(formatting_context& ctx) BOOST_NOEXCEPT : m_context(ctx) in cleanup_guard() function in boost::sinks::basic_formatting_sink_frontend::formatting_context::cleanup_guard290 ~cleanup_guard() in ~cleanup_guard()298 BOOST_DELETED_FUNCTION(cleanup_guard(cleanup_guard const&))299 BOOST_DELETED_FUNCTION(cleanup_guard& operator=(cleanup_guard const&))453 typename formatting_context::cleanup_guard cleanup(*context); in feed_record()
107 boost::log::aux::cleanup_guard< stream_type > cleanup1(m_FormattingStream); in operator ()()108 boost::log::aux::cleanup_guard< result_type::string_type > cleanup2(m_FileName); in operator ()()
42 …oost::log::sinks::basic_formatting_sink_frontend::formatting_context::cleanup_guard cleanup_guard]]
545 log::aux::cleanup_guard< insertion_list > cleaner(m_pImpl->m_Insertions); in consume()
346 boost/log/sinks/basic_fo_idm46079576891744/formatting_context/cleanup_guard.html