Struct ConfigOption

Struct Documentation

struct ConfigOption

Structure to contain data for an option within a Config file.

Public Members

std::string id

The ID of the configuration setting, as it displays in the config file.

std::string value

The raw string value of the option, as it displays in the config file.