PIPS
linear_exception_holder Struct Reference

A structure for the exception stack. More...

Data Fields

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

Detailed Description

A structure for the exception stack.

Definition at line 126 of file errors.c.

Field Documentation

◆ file

char const* linear_exception_holder::file

Definition at line 136 of file errors.c.

◆ function

char const* linear_exception_holder::function

Definition at line 135 of file errors.c.

◆ line

int linear_exception_holder::line

Definition at line 137 of file errors.c.

◆ timeout

int linear_exception_holder::timeout

Definition at line 140 of file errors.c.

◆ what

int linear_exception_holder::what

Definition at line 129 of file errors.c.

◆ where

jmp_buf linear_exception_holder::where

Definition at line 132 of file errors.c.


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