foobar2000 SDK
2015-08-03
|
Functions | |
const char * | get_wildcard_list () |
bool | has_wildcards (const char *str) |
bool | is_wildcard (char c) |
bool | test (const char *str, const char *pattern, bool b_separate_by_semicolon=false) |
bool | test_path (const char *path, const char *pattern, bool b_separate_by_semicolon=false) |
const char * wildcard_helper::get_wildcard_list | ( | ) |
Definition at line 46 of file wildcard.cpp.
bool wildcard_helper::has_wildcards | ( | const char * | str | ) |
Definition at line 44 of file wildcard.cpp.
bool wildcard_helper::is_wildcard | ( | char | c | ) |
Definition at line 48 of file wildcard.cpp.
bool wildcard_helper::test | ( | const char * | str, |
const char * | pattern, | ||
bool | b_separate_by_semicolon = false |
||
) |
Definition at line 26 of file wildcard.cpp.
bool wildcard_helper::test_path | ( | const char * | path, |
const char * | pattern, | ||
bool | b_separate_by_semicolon = false |
||
) |
Definition at line 24 of file wildcard.cpp.