Home
last modified time | relevance | path

Searched defs:cleanup_guard (Results 1 – 2 of 2) 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()
44 T& m_Obj;
/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