ALib C++ Framework
by
Library Version: 2511 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::variables::IniFile::Handle Struct Reference

Description:

A pair of pointers to a section and an entry in the section.

Definition at line 162 of file inifile.inl.

Public Field Index:

EntryEntryPointer
 Pointer to the entry in the SectionPointer.
SectionSectionPointer
 Pointer to the INI-file's section.

Field Details:

◆ EntryPointer

Entry* alib::variables::IniFile::Handle::EntryPointer

Pointer to the entry in the SectionPointer.

Definition at line 164 of file inifile.inl.

◆ SectionPointer

Section* alib::variables::IniFile::Handle::SectionPointer

Pointer to the INI-file's section.

Definition at line 163 of file inifile.inl.


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