|
exceptions4c 4.0
Exceptions for C
|
Contains debugging information about an exception. More...
#include <exceptions4c.h>
Data Fields | |
| const char * | file |
The name of the source file that threw the exception, or NULL if NDEBUG is defined. | |
| int | line |
The line number in the source file that threw the exception, or zero if NDEBUG is defined. | |
| const char * | function |
The name of the function that threw the exception, or NULL if NDEBUG is defined. | |
Contains debugging information about an exception.
| const char* file |
The name of the source file that threw the exception, or NULL if NDEBUG is defined.
| int line |
The line number in the source file that threw the exception, or zero if NDEBUG is defined.
| const char* function |
The name of the function that threw the exception, or NULL if NDEBUG is defined.