Loading [MathJax]/extensions/tex2jax.js
ROOT
Version v6.24
master
v6.34
v6.32
v6.30
v6.28
v6.26
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
Match.h
Go to the documentation of this file.
1
// @(#)root/base:$Id$
2
// Author: Fons Rademakers 04/08/95
3
4
/*************************************************************************
5
* Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
6
* All rights reserved. *
7
* *
8
* For the licensing terms see $ROOTSYS/LICENSE. *
9
* For the list of contributors see $ROOTSYS/README/CREDITS. *
10
*************************************************************************/
11
12
#ifndef ROOT_Match
13
#define ROOT_Match
14
15
16
//////////////////////////////////////////////////////////////////////////
17
// //
18
// Declarations for regular expression routines. //
19
// //
20
//////////////////////////////////////////////////////////////////////////
21
22
#if !defined(__CINT__)
23
#include <sys/types.h>
24
#endif
25
26
typedef
unsigned
short
Pattern_t
;
27
28
int
Makepat
(
const
char
*,
Pattern_t
*,
int
);
29
const
char
*
Matchs
(
const
char
*,
size_t
len,
const
Pattern_t
*,
30
const
char
**);
31
32
#endif
Pattern_t
unsigned short Pattern_t
Definition
Match.h:26
Makepat
int Makepat(const char *, Pattern_t *, int)
Make a pattern template from the string pointed to by exp.
Definition
Match.cxx:129
Matchs
const char * Matchs(const char *, size_t len, const Pattern_t *, const char **)
Match a string with a pattern.
Definition
Match.cxx:220
core
base
inc
Match.h
ROOT v6-24 - Reference Guide Generated on Tue Aug 22 2023 03:06:12 (GVA Time) using Doxygen 1.9.8