#include <string>
#include <pcre.h>
#include <pcrecpparg.h>
#include <pcre_stringpiece.h>
Go to the source code of this file.
Namespaces | |
namespace | pcrecpp |
Classes | |
class | pcrecpp::RE_Options |
class | pcrecpp::RE |
Defines | |
#define | PCRE_SET_OR_CLEAR(b, o) |
#define | PCRE_IS_SET(o) (all_options_ & o) == o |
Functions | |
static RE_Options | pcrecpp::UTF8 () |
static RE_Options | pcrecpp::CASELESS () |
static RE_Options | pcrecpp::MULTILINE () |
static RE_Options | pcrecpp::DOTALL () |
static RE_Options | pcrecpp::EXTENDED () |
#define PCRE_IS_SET | ( | o | ) | (all_options_ & o) == o |
Definition at line 346 of file pcrecpp.h.
Referenced by pcrecpp::RE_Options::caseless(), pcrecpp::RE_Options::dollar_endonly(), pcrecpp::RE_Options::dotall(), pcrecpp::RE_Options::extended(), pcrecpp::RE_Options::extra(), pcrecpp::RE_Options::multiline(), pcrecpp::RE_Options::no_auto_capture(), pcrecpp::RE_Options::ungreedy(), and pcrecpp::RE_Options::utf8().
#define PCRE_SET_OR_CLEAR | ( | b, | |||
o | ) |
Value:
Definition at line 342 of file pcrecpp.h.
Referenced by pcrecpp::RE_Options::set_caseless(), pcrecpp::RE_Options::set_dollar_endonly(), pcrecpp::RE_Options::set_dotall(), pcrecpp::RE_Options::set_extended(), pcrecpp::RE_Options::set_extra(), pcrecpp::RE_Options::set_multiline(), pcrecpp::RE_Options::set_no_auto_capture(), pcrecpp::RE_Options::set_ungreedy(), and pcrecpp::RE_Options::set_utf8().