Public Member Functions | Private Attributes | List of all members
MyException3 Class Reference

Public Member Functions

 MyException3 (const char *m)
 
 MyException3 (const MyException3 &)=default
 
 MyException3 (MyException3 &&)=default
 
MyException3operator= (const MyException3 &)=default
 
MyException3operator= (MyException3 &&)=default
 
virtual const char * what () const noexcept
 
virtual ~MyException3 ()=default
 

Private Attributes

std::string message = ""
 

Detailed Description

Definition at line 39 of file test_exceptions.cpp.

Constructor & Destructor Documentation

◆ MyException3() [1/3]

MyException3::MyException3 ( const char *  m)
inlineexplicit

Definition at line 41 of file test_exceptions.cpp.

◆ MyException3() [2/3]

MyException3::MyException3 ( const MyException3 )
default

◆ MyException3() [3/3]

MyException3::MyException3 ( MyException3 &&  )
default

◆ ~MyException3()

virtual MyException3::~MyException3 ( )
virtualdefault

Member Function Documentation

◆ operator=() [1/2]

MyException3& MyException3::operator= ( const MyException3 )
default

◆ operator=() [2/2]

MyException3& MyException3::operator= ( MyException3 &&  )
default

◆ what()

virtual const char* MyException3::what ( ) const
inlinevirtualnoexcept

Definition at line 42 of file test_exceptions.cpp.

Member Data Documentation

◆ message

std::string MyException3::message = ""
private

Definition at line 51 of file test_exceptions.cpp.


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


gtsam
Author(s):
autogenerated on Tue Jun 25 2024 03:08:15