Rudiments
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?
9  regularexpression &operator=(const regularexpression &r);
10 
11  regularexpressionprivate *pvt;
Definition: regularexpression.h:16