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;
Generated on Wed Aug 1 2012 18:51:47 for Rudiments by
1.8.1.1