IniLikeGroup.LineNode

Wrapper for internal ListMap node.

Members

Functions

isNull
bool isNull()

Check if underlined node is null.

key
string key()

Get key of node.

line
IniLikeLine line()

Get IniLikeLine pointed by node.

setValue
void setValue(string newValue)

Set value for line. If underline line is comment, than newValue is set as comment. Prerequisites: Node must be non-null.

Meta