Go to the source code of this file.
Namespaces | |
namespace | icl_core |
namespace | icl_core::impl |
Functions | |
bool | icl_core::string2Enum (const String &str, int32_t &value, const char *const *descriptions, const char *end_marker) |
template<typename T > | |
bool | icl_core::impl::string2Enum (const String &str, T &value, const std::vector< std::string > &descriptions) |
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) |
Definition in file EnumHelper.cpp.