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>
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). | |
| NString alib::camp::ResourceListEntry::Key |
The resource key (identifier).
Definition at line 55 of file resourcecompiler.hpp.
| 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.
| String alib::camp::ResourceListEntry::Value |
The resource value (content).
Definition at line 56 of file resourcecompiler.hpp.