polylib 5.22.8
linear_exception_holder Struct Reference

Public Attributes

int what
 
jmp_buf where
 
const char * function
 
const char * file
 
int line
 

Detailed Description

Definition at line 150 of file errors.c.

Member Data Documentation

◆ file

const char* linear_exception_holder::file

Definition at line 162 of file errors.c.

Referenced by push_exception_on_stack().

◆ function

const char* linear_exception_holder::function

Definition at line 161 of file errors.c.

Referenced by push_exception_on_stack().

◆ line

int linear_exception_holder::line

Definition at line 163 of file errors.c.

Referenced by push_exception_on_stack().

◆ what

int linear_exception_holder::what

Definition at line 153 of file errors.c.

Referenced by push_exception_on_stack().

◆ where

jmp_buf linear_exception_holder::where

Definition at line 157 of file errors.c.

Referenced by push_exception_on_stack().


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