Home
last modified time | relevance | path

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

/third_party/boost/libs/log/test/run/
Dutil_exception_handler.cpp33 std::type_info const*& m_pExceptionType; member
35 my_handler1(std::type_info const*& p) : m_pExceptionType(p) {} in my_handler1()
39 m_pExceptionType = &typeid(std::exception); in operator ()()
43 m_pExceptionType = &typeid(std::runtime_error); in operator ()()
52 std::type_info const*& m_pExceptionType; member
54 explicit my_handler2(std::type_info const*& p) : m_pExceptionType(p) {} in my_handler2()
58 m_pExceptionType = &typeid(std::exception); in operator ()()
62 m_pExceptionType = &typeid(std::runtime_error); in operator ()()
70 std::type_info const*& m_pExceptionType; member
72 my_handler1_nothrow(std::type_info const*& p) : m_pExceptionType(p) {} in my_handler1_nothrow()
[all …]