Contains helper functions to handle enums with textual descriptions. More...


Go to the source code of this file.
| Namespaces | |
| namespace | icl_core | 
| Functions | |
| bool | icl_core::string2Enum (const String &str, int32_t &value, const char *const *descriptions, const char *end_marker) | 
| bool | icl_core::string2Enum (const String &str, int32_t &value, const std::vector< std::string > &descriptions) | 
| bool | icl_core::string2Enum (const String &str, int64_t &value, const std::vector< std::string > &descriptions) | 
Contains helper functions to handle enums with textual descriptions.
Definition in file EnumHelper.h.