Rudiments
/home/dmuse/src/rudiments/include/rudiments/private/regularexpression.h
00001 // Copyright (c) 1999-2002 David Muse
00002 // See the COPYING file for more information.
00003 
00004         private:
00005                 void    regularexpressionInit();
00006                 // FIXME: it should be possible to copy a regularexpression,
00007                 // but how do you copy *expr and *extra?
00008                                 regularexpression(const regularexpression &r);
00009                 regularexpression       &operator=(const regularexpression &r);
00010 
00011                 regularexpressionprivate        *pvt;