eVaf
|
INI file section in the internal cache. More...
#include <Common/inifile_p.h>
Public Member Functions | |
IniFileSection (quint64 pos) | |
Public Attributes | |
quint64 | filePos |
File position. More... | |
QByteArray | name |
Name of the section. More... | |
QHash< QByteArray, QExplicitlySharedDataPointer< IniFileValue > > | values |
List of all the known parameter values in this section. More... | |
INI file section in the internal cache.
Definition at line 81 of file inifile_p.h.
|
inline |
Definition at line 85 of file inifile_p.h.
quint64 eVaf::Common::Internal::IniFileSection::filePos |
File position.
Offset of the section in the INI file. By seeking the file to this offset value, the next character read or written will be the first character of the section.
Definition at line 96 of file inifile_p.h.
QByteArray eVaf::Common::Internal::IniFileSection::name |
Name of the section.
Definition at line 101 of file inifile_p.h.
QHash<QByteArray, QExplicitlySharedDataPointer<IniFileValue> > eVaf::Common::Internal::IniFileSection::values |
List of all the known parameter values in this section.
The key to the hash table is the name of the key for the parameters value.
Definition at line 108 of file inifile_p.h.