pcrecpp.h File Reference

#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 Documentation

#define PCRE_IS_SET (  )     (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,
 ) 

Value:

if (b) all_options_ |= (o); else all_options_ &= ~(o); \
    return *this

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().


Generated on Tue Jul 5 15:57:29 2011 for ROOT_528-00b_version by  doxygen 1.5.1