Return true if name corresponds to a Severity::Level enumerator.
Synopsis
Declared in <ball_severityutil.h>
static
bool
isValidName(char const* name);
Description
Return true if the specified name corresponds to an enumerator in the Severity::Level enumeration, and false otherwise. The behavior is undefined unless name is a null‐terminated (C‐style) string. Note that the names corresponding to Severity::Level enumerators are case insensitive.
DEPRECATED: Use isValidNameCaseless instead.
Return Value
true if name corresponds to a severity enumerator, and false otherwise
Parameters
Name |
Description |
name |
case‐insensitive severity name |
Created with MrDocs