Rudiments
include
rudiments
private
regularexpression.h
1
// Copyright (c) 1999-2018 David Muse
2
// See the COPYING file for more information.
3
4
regularexpression
(
regularexpression
&
r
) {};
5
regularexpression
&operator=(
regularexpression
&
r
) {
6
return
*
this
;
7
};
8
9
bool
clear();
10
11
private
:
12
void
construct();
13
14
regularexpressionprivate
*pvt;
avltreenode
Definition
avltree.h:11
regularexpression
Definition
regularexpression.h:14
Generated on Tue Dec 3 2024 01:50:18 for Rudiments by
1.10.0