exceptions4c 4.0
Exceptions for C
Loading...
Searching...
No Matches
e4c_debug_info Struct Reference

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.
 

Detailed Description

Contains debugging information about an exception.

See also
e4c_exception.debug

Field Documentation

◆ file

const char* file

The name of the source file that threw the exception, or NULL if NDEBUG is defined.

◆ line

int line

The line number in the source file that threw the exception, or zero if NDEBUG is defined.

◆ function

const char* function

The name of the function that threw the exception, or NULL if NDEBUG is defined.


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