SPH
|
Helper object for converting enums to string, listing all available values of enum, etc. More...
Go to the source code of this file.
Classes | |
struct | EnumValue |
struct | EnumInputValue< TEnum > |
class | EnumMap |
struct | RegisterEnum< TEnum > |
Helper class for adding individual enums to the enum map. More... | |
Typedefs | |
using | EnumRecord = FlatMap< int, EnumValue > |
Maps a numerical value to a string value and description. More... | |
using | EnumIndex = Optional< std::type_index > |
Helper object for converting enums to string, listing all available values of enum, etc.
Definition in file EnumMap.h.
using EnumRecord = FlatMap<int, EnumValue> |