![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include "wildcard.h"
Static Public Member Functions | |
static int | wildcardfit (const char *wildcard, const char *test) |
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. |
Definition at line 15 of file wildcard.cpp.