#include <string>
#include <sstream>
#include <vector>
#include <map>
#include <stdexcept>
#include <iostream>
#include <pcre.h>
#include <locale.h>
Go to the source code of this file.
Namespaces | |
namespace | pcrepp |
Defines | |
#define | __pcredebug if(0) cerr |
#define | PCRE_GLOBAL 0x10000 |
|
Definition at line 62 of file pcre++.h. Referenced by pcrepp::Pcre::replace(). |
|
additional binary flag in the hope Philip never ever uses the same in the future
Definition at line 68 of file pcre++.h. Referenced by pcrepp::Pcre::Pcre(). |