Section

Represents a section that can contain settings and other sections

Members

Functions

toString
string toString()

Return a human-readable representation of the section, that looks similar to the ini file, but with types and _ instead of . in the section name

Variables

id
string id;
Undocumented in source.
name
string name;
Undocumented in source.
parent
Section* parent;
Undocumented in source.
settings
Setting[] settings;
Undocumented in source.
subsections
Section[] subsections;
Undocumented in source.

Meta