Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
my_exception2 Class Reference
+ Inheritance diagram for my_exception2:

Private Member Functions

virtual const char * what () const NOEXCEPT
 
virtual const char * what () const NOEXCEPT
 

Detailed Description

Member Function Documentation

◆ what() [1/2]

virtual const char * my_exception2::what ( ) const
inlineprivatevirtual

Definition at line 129 of file duktape-1.5.2/examples/cpp-exceptions/cpp_exceptions.cpp.

129 {
130 return NULL;
131 }
#define NULL
Definition gmacros.h:924

References NULL.

◆ what() [2/2]

virtual const char * my_exception2::what ( ) const
inlineprivatevirtual

Definition at line 129 of file duktape-1.8.0/examples/cpp-exceptions/cpp_exceptions.cpp.

129 {
130 return NULL;
131 }

References NULL.


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