|
|
@@ -88,7 +88,7 @@ String ToStringHex(unsigned value);
|
|
|
unsigned GetStringListIndex(const String& value, const String* strings, unsigned defaultIndex, bool caseSensitive = false);
|
|
|
/// Return an index to a string list corresponding to the given C string, or a default value if not found. The string list must be empty-terminated.
|
|
|
unsigned GetStringListIndex(const char* value, const String* strings, unsigned defaultIndex, bool caseSensitive = false);
|
|
|
-/// Return an index to a string list corresponding to the given string, or a default value if not found. The string list must be empty-terminated.
|
|
|
+/// Return an index to a C string list corresponding to the given C string, or a default value if not found. The string list must be empty-terminated.
|
|
|
unsigned GetStringListIndex(const char* value, const char** strings, unsigned defaultIndex, bool caseSensitive = false);
|
|
|
|
|
|
}
|