μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Attributes | List of all members
MyException3 Class Reference

Public Member Functions

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

Private Attributes

std::string message = ""
 

Detailed Description

Definition at line 39 of file test_exceptions.cpp.

Constructor & Destructor Documentation

◆ MyException3() [1/6]

MyException3::MyException3 ( const char *  m)
inlineexplicit

Definition at line 41 of file test_exceptions.cpp.

◆ MyException3() [2/6]

MyException3::MyException3 ( const MyException3 )
default

◆ MyException3() [3/6]

MyException3::MyException3 ( MyException3 &&  )
default

◆ ~MyException3() [1/2]

virtual MyException3::~MyException3 ( )
virtualdefault

◆ MyException3() [4/6]

MyException3::MyException3 ( const char *  m)
inlineexplicit

Definition at line 41 of file test_exceptions.cpp.

◆ MyException3() [5/6]

MyException3::MyException3 ( const MyException3 )
default

◆ MyException3() [6/6]

MyException3::MyException3 ( MyException3 &&  )
default

◆ ~MyException3() [2/2]

virtual MyException3::~MyException3 ( )
virtualdefault

Member Function Documentation

◆ operator=() [1/4]

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

◆ operator=() [2/4]

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

◆ operator=() [3/4]

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

◆ operator=() [4/4]

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

◆ what() [1/2]

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

Definition at line 42 of file test_exceptions.cpp.

References message.

◆ what() [2/2]

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

Definition at line 42 of file test_exceptions.cpp.

References message.

Member Data Documentation

◆ message

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

Definition at line 51 of file test_exceptions.cpp.

Referenced by what().


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