Searched refs:m_pExceptionType (Results 1 – 1 of 1) sorted by relevance
33 std::type_info const*& m_pExceptionType; member35 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; member54 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; member72 my_handler1_nothrow(std::type_info const*& p) : m_pExceptionType(p) {} in my_handler1_nothrow()[all …]