ScummVM API documentation
Common::INIFile::KeyValue Struct Reference

Public Attributes

String key
 
String value
 
String comment
 

Member Data Documentation

◆ key

String Common::INIFile::KeyValue::key

Key of the configuration entry, whitespace trimmed.

◆ value

String Common::INIFile::KeyValue::value

Value of the configuration entry, whitespace trimmed.

◆ comment

String Common::INIFile::KeyValue::comment

Comment within an INI file, including #s and newlines.


The documentation for this struct was generated from the following file: