interaction_based.hpp | 52 ::boost::itest::scope_guard itest_scope_guard ## __LINE__( BOOST_TEST_L(__FILE__), __LINE__, BOOST_STRINGIZE(scope_name) ) 156 // ************** scope_guard ************** // 159 class scope_guard { class in namespace:boost::itest 162 scope_guard( const_string file, std::size_t line_num, const_string scope_name ) function in class:boost::itest::scope_guard 166 ~scope_guard()
|