CathodeRetro::Preset<T>

A simple wrapper around another type (typename T) that associates it with a name. Used for making the preset lists in Include/CathodeRetro/SettingPresets.h.

Index

Members

name
                const char *name
              
Type
const char *
Description
The name of this preset.
settings
                T settings
              
Type
typename T
Description
The actual preset settings object.