ErrorLib 1.0.8-master SHA: 810228da25
tErrorSource Struct Reference

Structure used in tError holding source-code file an line. More...

#include <Error.h>

Data Fields

const uint32_t ui32Line
 Source-code line. More...
 
const char * File
 Source-code filename and path. More...
 
const uint32_t ui32FileLength
 Strlen of filename. More...
 

Detailed Description

Structure used in tError holding source-code file an line.

Field Documentation

◆ File

const char* File

Source-code filename and path.

◆ ui32FileLength

const uint32_t ui32FileLength

Strlen of filename.

◆ ui32Line

const uint32_t ui32Line

Source-code line.


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