IniLikeLine

Line in group.

Members

Enums

Type
enum Type

Type of line.

Functions

comment
string comment()

Get comment.

key
string key()

Get key.

type
Type type()

Get type of line.

value
string value()

Get value.

Static functions

fromComment
IniLikeLine fromComment(string comment)

Contruct from comment.

fromKeyValue
IniLikeLine fromKeyValue(string key, string value)

Construct from key and value.

Meta