ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::camp::ResourceFileError Struct Reference

Description:

Represents an error that occurred with the function LoadResourceFile.

Definition at line 30 of file resourcecompiler.hpp.

#include <resourcecompiler.hpp>

Collaboration diagram for alib::camp::ResourceFileError:
[legend]

Public Field Index:

Box AdditonalInfo =nullptr
int ColNo =0
 The column number in the resource file where this error occurred.
ResourceFileErrors ErrorCode
 The resource key (identifier).
int LineNo =0
 The line number in the resource file where this error occurred.
int LineNo2 =0
 A line number in the resource file where this error also relates to.

Field Details:

◆ AdditonalInfo

Box alib::camp::ResourceFileError::AdditonalInfo =nullptr

Additional error information. Set as follows:

Definition at line 48 of file resourcecompiler.hpp.

◆ ColNo

int alib::camp::ResourceFileError::ColNo =0

The column number in the resource file where this error occurred.

Definition at line 38 of file resourcecompiler.hpp.

◆ ErrorCode

ResourceFileErrors alib::camp::ResourceFileError::ErrorCode

The resource key (identifier).

Definition at line 32 of file resourcecompiler.hpp.

◆ LineNo

int alib::camp::ResourceFileError::LineNo =0

The line number in the resource file where this error occurred.

Definition at line 35 of file resourcecompiler.hpp.

◆ LineNo2

int alib::camp::ResourceFileError::LineNo2 =0

A line number in the resource file where this error also relates to.

Definition at line 41 of file resourcecompiler.hpp.


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