NCBI C++ ToolKit
Classes | Functions
pcrecpp Namespace Reference

Classes

class  RE_Options
 
class  RE
 
class  _RE_MatchObject
 
class  Arg
 
class  Scanner
 

Functions

static RE_Options UTF8 ()
 
static RE_Options CASELESS ()
 
static RE_Options MULTILINE ()
 
static RE_Options DOTALL ()
 
static RE_Options EXTENDED ()
 
Arg Hex (short *ptr)
 
Arg Octal (short *ptr)
 
Arg CRadix (short *ptr)
 
Arg Hex (unsigned short *ptr)
 
Arg Octal (unsigned short *ptr)
 
Arg CRadix (unsigned short *ptr)
 
Arg Hex (int *ptr)
 
Arg Octal (int *ptr)
 
Arg CRadix (int *ptr)
 
Arg Hex (unsigned int *ptr)
 
Arg Octal (unsigned int *ptr)
 
Arg CRadix (unsigned int *ptr)
 
Arg Hex (long *ptr)
 
Arg Octal (long *ptr)
 
Arg CRadix (long *ptr)
 
Arg Hex (unsigned long *ptr)
 
Arg Octal (unsigned long *ptr)
 
Arg CRadix (unsigned long *ptr)
 
static RE_Options UTF8 ()
 
static RE_Options CASELESS ()
 
static RE_Options MULTILINE ()
 
static RE_Options DOTALL ()
 
static RE_Options EXTENDED ()
 

Function Documentation

◆ CASELESS() [1/2]

static RE_Options pcrecpp::CASELESS ( )
inlinestatic

Definition at line 469 of file pcrecpp.h.

Referenced by s_GetRealCompileFlags().

◆ CASELESS() [2/2]

static RE_Options pcrecpp::CASELESS ( )
inlinestatic

Definition at line 469 of file pcrecpp.h.

References pcrecpp::RE_Options::set_caseless().

◆ CRadix() [1/6]

Arg pcrecpp::CRadix ( int ptr)
inline

Definition at line 156 of file pcrecpparg.h.

◆ CRadix() [2/6]

Arg pcrecpp::CRadix ( long *  ptr)
inline

Definition at line 158 of file pcrecpparg.h.

◆ CRadix() [3/6]

Arg pcrecpp::CRadix ( short *  ptr)
inline

Definition at line 154 of file pcrecpparg.h.

◆ CRadix() [4/6]

Arg pcrecpp::CRadix ( unsigned int ptr)
inline

Definition at line 157 of file pcrecpparg.h.

◆ CRadix() [5/6]

Arg pcrecpp::CRadix ( unsigned long *  ptr)
inline

Definition at line 159 of file pcrecpparg.h.

◆ CRadix() [6/6]

Arg pcrecpp::CRadix ( unsigned short *  ptr)
inline

Definition at line 155 of file pcrecpparg.h.

◆ DOTALL() [1/2]

static RE_Options pcrecpp::DOTALL ( )
inlinestatic

Definition at line 476 of file pcrecpp.h.

Referenced by s_GetRealCompileFlags().

◆ DOTALL() [2/2]

static RE_Options pcrecpp::DOTALL ( )
inlinestatic

Definition at line 476 of file pcrecpp.h.

References pcrecpp::RE_Options::set_dotall().

◆ EXTENDED() [1/2]

static RE_Options pcrecpp::EXTENDED ( )
inlinestatic

Definition at line 480 of file pcrecpp.h.

Referenced by s_GetRealCompileFlags().

◆ EXTENDED() [2/2]

static RE_Options pcrecpp::EXTENDED ( )
inlinestatic

Definition at line 480 of file pcrecpp.h.

References pcrecpp::RE_Options::set_extended().

◆ Hex() [1/6]

Arg pcrecpp::Hex ( int ptr)
inline

Definition at line 156 of file pcrecpparg.h.

◆ Hex() [2/6]

Arg pcrecpp::Hex ( long *  ptr)
inline

Definition at line 158 of file pcrecpparg.h.

◆ Hex() [3/6]

Arg pcrecpp::Hex ( short *  ptr)
inline

Definition at line 154 of file pcrecpparg.h.

◆ Hex() [4/6]

Arg pcrecpp::Hex ( unsigned int ptr)
inline

Definition at line 157 of file pcrecpparg.h.

◆ Hex() [5/6]

Arg pcrecpp::Hex ( unsigned long *  ptr)
inline

Definition at line 159 of file pcrecpparg.h.

◆ Hex() [6/6]

Arg pcrecpp::Hex ( unsigned short *  ptr)
inline

Definition at line 155 of file pcrecpparg.h.

◆ MULTILINE() [1/2]

static RE_Options pcrecpp::MULTILINE ( )
inlinestatic

Definition at line 472 of file pcrecpp.h.

Referenced by s_GetRealCompileFlags().

◆ MULTILINE() [2/2]

static RE_Options pcrecpp::MULTILINE ( )
inlinestatic

Definition at line 472 of file pcrecpp.h.

References pcrecpp::RE_Options::set_multiline().

◆ Octal() [1/6]

Arg pcrecpp::Octal ( int ptr)
inline

Definition at line 156 of file pcrecpparg.h.

◆ Octal() [2/6]

Arg pcrecpp::Octal ( long *  ptr)
inline

Definition at line 158 of file pcrecpparg.h.

◆ Octal() [3/6]

Arg pcrecpp::Octal ( short *  ptr)
inline

Definition at line 154 of file pcrecpparg.h.

◆ Octal() [4/6]

Arg pcrecpp::Octal ( unsigned int ptr)
inline

Definition at line 157 of file pcrecpparg.h.

◆ Octal() [5/6]

Arg pcrecpp::Octal ( unsigned long *  ptr)
inline

Definition at line 159 of file pcrecpparg.h.

◆ Octal() [6/6]

Arg pcrecpp::Octal ( unsigned short *  ptr)
inline

Definition at line 155 of file pcrecpparg.h.

◆ UTF8() [1/2]

static RE_Options pcrecpp::UTF8 ( )
inlinestatic

◆ UTF8() [2/2]

static RE_Options pcrecpp::UTF8 ( )
inlinestatic

Definition at line 465 of file pcrecpp.h.

References pcrecpp::RE_Options::set_utf8().

Modified on Thu Nov 30 04:52:55 2023 by modify_doxy.py rev. 669887