|
pvAccessCPP
7.1.1
|
Class which implements wildcard patterns and checks to see if a string matches a given pattern. More...
#include <utils/pv/wildcard.h>
Static Public Member Functions | |
| static int | wildcardfit (const char *wildcard, const char *test) |
| This function implements wildcard pattern matching. More... | |
Class which implements wildcard patterns and checks to see if a string matches a given pattern.
Definition at line 24 of file wildcard.h.
|
static |
This function implements wildcard pattern matching.
| wildcard | Wildcard pattern to be used. |
| test | Value to test against the wildcard. |
1.8.13