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 47 | Line 47 |
| 47 | #include <assert.h> | #include <assert.h> |
| 48 | #include <string> | #include <string> |
| 49 | #include <vector> | #include <vector> |
| 50 | ||
| 51 | #include <pcrecpp.h> | #include <pcrecpp.h> |
| 52 | #include <pcre_stringpiece.h> | #include <pcre_stringpiece.h> |
| 53 | ||
| 54 | namespace pcrecpp { | namespace pcrecpp { |
| 55 | ||
| 56 | class Scanner { | class PCRECPP_EXP_DEFN Scanner { |
| 57 | public: | public: |
| 58 | Scanner(); | Scanner(); |
| 59 | explicit Scanner(const std::string& input); | explicit Scanner(const std::string& input); |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |