Rebel Fork Framework
Urho3D::Detail::EnumStringCaster< T > Struct Template Reference

Enum to/from string. More...

#include <Urho3D/IO/ArchiveSerializationBasic.h>

Public Types

using UnderlyingInteger = std::underlying_type_t< T >
 

Public Member Functions

ea::string ToArchive (Archive &archive, const char *name, const T &value) const
 
FromArchive (Archive &archive, const char *name, const ea::string &value) const
 

Public Attributes

const char *const * enumConstants_ {}
 

Detailed Description

template<class T>
struct Urho3D::Detail::EnumStringCaster< T >

Enum to/from string.


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