Public Member Functions | Private Attributes | List of all members
testing::exceptions_internal::TestException Class Reference

#include <exception_safety_testing.h>

Inheritance diagram for testing::exceptions_internal::TestException:
Inheritance graph
[legend]

Public Member Functions

 TestException (absl::string_view msg)
 
virtual const char * what () const noexcept
 
virtual ~TestException ()
 

Private Attributes

std::string msg_
 

Detailed Description

Definition at line 73 of file exception_safety_testing.h.

Constructor & Destructor Documentation

testing::exceptions_internal::TestException::TestException ( absl::string_view  msg)
inlineexplicit

Definition at line 75 of file exception_safety_testing.h.

virtual testing::exceptions_internal::TestException::~TestException ( )
inlinevirtual

Definition at line 76 of file exception_safety_testing.h.

Member Function Documentation

virtual const char* testing::exceptions_internal::TestException::what ( ) const
inlinevirtualnoexcept

Definition at line 77 of file exception_safety_testing.h.

Member Data Documentation

std::string testing::exceptions_internal::TestException::msg_
private

Definition at line 80 of file exception_safety_testing.h.


The documentation for this class was generated from the following file:


abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:20:00