MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / clear

Function clear

extern/boost/boost/test/unit_test_log_formatter.hpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 log_level m_level; ///< log entry level
48
49 void clear()
50 {
51 m_file_name.erase();
52 m_line_num = 0;
53 m_level = log_nothing;
54 }
55};
56
57// ************************************************************************** //

Callers 1

basic_cstring.hppFile · 0.50

Calls 2

eraseMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected