xoreos  0.0.5
Public Attributes | List of all members
Common::ConfigDomain::Line Struct Reference

A line in the config domain. More...

Collaboration diagram for Common::ConfigDomain::Line:
Collaboration graph
[legend]

Public Attributes

StringIMap::const_iterator key
 Pointer to the key/value pair. More...
 
UString comment
 Line comment. More...
 

Detailed Description

A line in the config domain.

Definition at line 86 of file configfile.h.

Member Data Documentation

◆ comment

UString Common::ConfigDomain::Line::comment

Line comment.

Definition at line 88 of file configfile.h.

Referenced by Common::ConfigFile::addDomainKey().

◆ key

StringIMap::const_iterator Common::ConfigDomain::Line::key

Pointer to the key/value pair.

Definition at line 87 of file configfile.h.

Referenced by Common::ConfigFile::addDomainKey().


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