This is Unofficial EPICS BASE Doxygen Site
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
wildcard.h
Go to the documentation of this file.
1
7
/*******************************************************************
8
* Implementation of glob-style wildcard pattern matching.
9
* Supported wild-card characters: '*', '?'
10
*/
11
12
#ifndef WILDCARD_H
13
#define WILDCARD_H
14
15
#include <
shareLib.h
>
16
17
namespace
epics
{
18
namespace
pvAccess {
19
24
class
epicsShareClass
Wildcard
25
{
26
27
public
:
28
36
static
int
wildcardfit (
const
char
*wildcard,
const
char
*test);
37
};
38
39
}
40
}
41
42
43
#endif
44
epics
TODO only here because of the Lockable.
Definition:
ntaggregate.cpp:16
shareLib.h
Mark external symbols and entry points for shared libraries.
epics::pvAccess::Wildcard
Definition:
wildcard.h:24
epicsShareClass
#define epicsShareClass
Definition:
shareLib.h:206
modules
pvAccess
src
utils
pv
wildcard.h
Generated by
1.8.11