pvAccessCPP  7.1.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Static Public Member Functions | List of all members
epics::pvAccess::Wildcard Class Reference

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...
 

Detailed Description

Class which implements wildcard patterns and checks to see if a string matches a given pattern.

Definition at line 24 of file wildcard.h.

Member Function Documentation

static int epics::pvAccess::Wildcard::wildcardfit ( const char *  wildcard,
const char *  test 
)
static

This function implements wildcard pattern matching.

Parameters
wildcardWildcard pattern to be used.
testValue to test against the wildcard.
Returns
0 if wildcard does not match test. 1 - if wildcard matches test.

The documentation for this class was generated from the following file: