SectionInfo

Location where a config section name was encountered.

Synopsis

Declared in <common/args.h>

struct SectionInfo;

Data Members

NameDescription
m_file Config file the section was read from.
m_line Line number of the section within the file.
m_name The section name.