Parent Directory
|
Revision Log
|
Patch
revision 96 by nigel, Fri Mar 2 13:10:43 2007 UTC | revision 199 by ph10, Tue Jul 31 14:39:09 2007 UTC | |
---|---|---|
# | Line 35 | Line 35 |
35 | #include <stdlib.h> // for NULL | #include <stdlib.h> // for NULL |
36 | #include <string> | #include <string> |
37 | ||
38 | #include <pcre.h> | |
39 | ||
40 | namespace pcrecpp { | namespace pcrecpp { |
41 | ||
42 | class StringPiece; | class StringPiece; |
# | Line 51 class _RE_MatchObject { | Line 53 class _RE_MatchObject { |
53 | } | } |
54 | }; | }; |
55 | ||
56 | class Arg { | class PCRECPP_EXP_DEFN Arg { |
57 | public: | public: |
58 | // Empty constructor so we can declare arrays of Arg | // Empty constructor so we can declare arrays of Arg |
59 | Arg(); | Arg(); |
|
ViewVC Help | |
Powered by ViewVC 1.1.5 |