Home
last modified time | relevance | path

Searched refs:cleanup_guard (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/log/detail/
Dcleanup_scope_guard.hpp34 struct cleanup_guard struct
36 explicit cleanup_guard(T& obj) : m_Obj(obj) {} in cleanup_guard() argument
37 ~cleanup_guard() { m_Obj.clear(); } in ~cleanup_guard() argument
40 BOOST_DELETED_FUNCTION(cleanup_guard(cleanup_guard const&))
41 BOOST_DELETED_FUNCTION(cleanup_guard& operator= (cleanup_guard const&))
Dformat.hpp297 boost::log::aux::cleanup_guard< basic_format< char_type > > cleanup1(*m_owner); in BOOST_NOEXCEPT_IF()
/third_party/boost/boost/log/sinks/
Dbasic_sink_frontend.hpp280 class cleanup_guard class
286 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_guard
290 ~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()
Dtext_multifile_backend.hpp107 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 ()()
/third_party/boost/libs/log/doc/tmp/
Dsinks_reference.qbk42 …oost::log::sinks::basic_formatting_sink_frontend::formatting_context::cleanup_guard cleanup_guard]]
/third_party/boost/libs/log/src/windows/
Devent_log_backend.cpp545 log::aux::cleanup_guard< insertion_list > cleaner(m_pImpl->m_Insertions); in consume()
/third_party/boost/libs/log/doc/html/
Dlog_HTML.manifest346 boost/log/sinks/basic_fo_idm46079576891744/formatting_context/cleanup_guard.html