|
Twitch SDK (Internal)
|
#include <jsonserialization.h>
Public Member Functions | |
| constexpr | EnumMapping (const char *string, EnumType value) |
| template<typename InputType > | |
| constexpr bool | Match (const InputType &type) const |
| constexpr EnumType | GetValue () const |
| constexpr const char * | GetString () const |
Private Attributes | |
| const char * | mString |
| EnumType | mValue |
A class used by EnumDescriptions to indicate how a particular string appearing in JSON corresponds to an enumeration value. Instantiating these objects directly is not recommended. Instead, use the make_enum_mapping function instead.
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
1.8.13