qte5 ~master (2021-10-23T14:27:37.2235505)
Dub
Repo
IniKey
ini
Key in an INI file.
class
IniKey :
IniLine
{
protected
string
_name
;
protected
string
_value
;
this
(string name);
~this
();
string
name
[@property getter];
string
value
[@property getter];
}
Constructors
this
this
(string name)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Properties
name
string
name
[@property getter]
Property: get key name.
value
string
value
[@property getter]
Property: get key value.
Variables
_name
string
_name
;
Undocumented in source.
_value
string
_value
;
Undocumented in source.
Inherited Members
From IniLine
~this
~this
()
Undocumented in source.
Meta
Source
See Implementation
ini
classes
Ini
IniKey
IniSection
Key in an INI file.