SPH
Public Attributes | List of all members
SettingsIterator< TEnum >::IteratorValue Struct Reference

#include <Settings.h>

Public Attributes

TEnum id
 ID of settings entry. More...
 
Settings< TEnum >::Value value
 Variant holding the value of the entry. More...
 

Detailed Description

template<typename TEnum>
struct SettingsIterator< TEnum >::IteratorValue

Definition at line 496 of file Settings.h.

Member Data Documentation

◆ id

template<typename TEnum >
TEnum SettingsIterator< TEnum >::IteratorValue::id

ID of settings entry.

Definition at line 498 of file Settings.h.

◆ value

template<typename TEnum >
Settings<TEnum>::Value SettingsIterator< TEnum >::IteratorValue::value

Variant holding the value of the entry.

Definition at line 501 of file Settings.h.


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