IniLikeLine

Represents the line from ini-like file. Usually you should not use this struct directly, since it's tightly connected with internal IniLikeFile implementation.

Members

Enums

Type
enum Type
Undocumented in source.

Functions

comment
string comment()
Undocumented in source. Be warned that the author may not have intended to support it.
groupName
string groupName()
Undocumented in source. Be warned that the author may not have intended to support it.
key
string key()
Undocumented in source. Be warned that the author may not have intended to support it.
makeNone
void makeNone()
Undocumented in source. Be warned that the author may not have intended to support it.
type
Type type()
Undocumented in source. Be warned that the author may not have intended to support it.
value
string value()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromComment
IniLikeLine fromComment(string comment)
Undocumented in source. Be warned that the author may not have intended to support it.
fromGroupName
IniLikeLine fromGroupName(string groupName)
Undocumented in source. Be warned that the author may not have intended to support it.
fromKeyValue
IniLikeLine fromKeyValue(string key, string value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta