kodi
|
The NPT_StringFinder class is used to determine if a string is found as part of a list of strings. More...
#include <PltUtilities.h>
Public Member Functions | |
NPT_StringFinder (NPT_String &value, bool ignore_case=false) | |
NPT_StringFinder (const char *value, bool ignore_case=false) | |
bool | operator() (const NPT_String *const &value) const |
bool | operator() (const NPT_String &value) const |
The NPT_StringFinder class is used to determine if a string is found as part of a list of strings.