IniLikeFile.GroupNode

Wrapper for internal ListMap node.

class IniLikeFile
static
struct GroupNode {}

Members

Functions

group
IniLikeGroup group()

Access underlined group.

isNull
bool isNull()

Check if underlined node is null.

key
string key()

Key the group associated with. While every group has groupName, it might be added to the group list without association, therefore will not have key.

Meta