#include "enum_base.hpp"
Go to the source code of this file.
Classes | |
struct | preferences_list_defines |
Contains all valid preferences attributes. More... | |
Macros | |
#define | ADDPREF(pref) static constexpr const char* const pref = #pref; |
Typedefs | |
using | prefs_list = string_enums::enum_base< preferences_list_defines > |
#define ADDPREF | ( | pref | ) | static constexpr const char* const pref = #pref; |
Definition at line 19 of file preferences_list.hpp.
Definition at line 560 of file preferences_list.hpp.