pvAccessCPP 7.1.8
Loading...
Searching...
No Matches
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.
 

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

◆ wildcardfit()

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: