Rudiments
include
rudiments
private
regularexpression.h
1
// Copyright (c) 1999-2018 David Muse
2
// See the COPYING file for more information.
3
4
private
:
5
void
init();
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:14
Generated on Sat Mar 14 2020 21:50:17 for Rudiments by
1.8.15