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

Description:

Represents a single resource entry loaded from an .alibrc resource file. This structure stores the key-value pair along with its source location for diagnostic purposes.

Definition at line 54 of file resourcecompiler.hpp.

#include <resourcecompiler.hpp>

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

Public Field Index:

NString Key
 The resource key (identifier).
int LineNo
 The line number in the resource file where this entry was found.
String Value
 The resource value (content).

Field Details:

◆ Key

NString alib::camp::ResourceListEntry::Key

The resource key (identifier).

Definition at line 55 of file resourcecompiler.hpp.

◆ LineNo

int alib::camp::ResourceListEntry::LineNo

The line number in the resource file where this entry was found.

Definition at line 57 of file resourcecompiler.hpp.

◆ Value

String alib::camp::ResourceListEntry::Value

The resource value (content).

Definition at line 56 of file resourcecompiler.hpp.


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