omni::str
-
namespace str
Namespace for various string helper classes, interfaces, and functions.
Namespace for various string helper functions.
Classes
omni::str::IReadOnlyCString_abi: Reference counted read-only C-style (i.e. null-terminated) string.
omni::str::ReadOnlyCString: Concrete implementation of the IReadOnlyCString interface.
Functions
omni::str::isWildcardPattern: Tests whether a string is potentially a wildcard pattern.
omni::str::matchWildcard: Checks if a string matches a wildcard pattern.
omni::str::matchWildcards: Attempts to match a string to a set of wildcard patterns.
Typedefs
omni::str::IReadOnlyCString: Typedef for API wrapper of IReadOnlyCString_abi .