#include <format.h>
Collaboration diagram for qsformat_error:

Definition at line 58 of file format.h.
Data Fields | |
| int | at |
| char * | desc |
| int | lineNumber |
| qsformat_error * | next |
| char * | theLine |
| int | type |
Definition at line 65 of file format.h.
Referenced by ILLadd_error_to_memory(), ILLformat_error_create(), ILLformat_error_print(), and QSerror_get_pos().
| char* qsformat_error::desc |
Definition at line 60 of file format.h.
Referenced by ILLadd_error_to_memory(), ILLformat_error_create(), ILLformat_error_delete(), and QSerror_get_desc().
Definition at line 64 of file format.h.
Referenced by ILLadd_error_to_memory(), ILLformat_error_create(), and QSerror_get_line_number().
| struct qsformat_error* qsformat_error::next |
Definition at line 62 of file format.h.
Referenced by ILLadd_error_to_memory(), ILLerror_memory_free(), ILLformat_error_create(), and QSerror_memory_get_prev_error().
| char* qsformat_error::theLine |
Definition at line 61 of file format.h.
Referenced by ILLadd_error_to_memory(), ILLformat_error_create(), ILLformat_error_delete(), and QSerror_get_line().
Definition at line 63 of file format.h.
Referenced by ILLadd_error_to_memory(), ILLformat_error_create(), ILLformat_error_print(), and QSerror_get_type().
1.4.7