Rudiments
Main Page
Classes
include
rudiments
private
regularexpression.h
1
// Copyright (c) 1999-2002 David Muse
2
// See the COPYING file for more information.
3
4
private
:
5
void
regularexpressionInit();
6
// FIXME: it should be possible to copy a regularexpression,
7
// but how do you copy *expr and *extra?
8
regularexpression
(
const
regularexpression
&r);
9
regularexpression
&operator=(
const
regularexpression
&r);
10
11
regularexpressionprivate *pvt;
regularexpression
Definition:
regularexpression.h:16
Generated on Tue Feb 21 2017 20:39:53 for Rudiments by
1.8.11