|
Rebel Fork Framework
|
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 |
| T | FromArchive (Archive &archive, const char *name, const ea::string &value) const |
Public Attributes | |
| const char *const * | enumConstants_ {} |
Enum to/from string.