NCBI C++ ToolKit
|
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 () |
|
inlinestatic |
Definition at line 469 of file pcrecpp.h.
Referenced by s_GetRealCompileFlags().
|
inlinestatic |
Definition at line 469 of file pcrecpp.h.
References pcrecpp::RE_Options::set_caseless().
Definition at line 156 of file pcrecpparg.h.
|
inline |
Definition at line 158 of file pcrecpparg.h.
|
inline |
Definition at line 154 of file pcrecpparg.h.
Definition at line 157 of file pcrecpparg.h.
|
inline |
Definition at line 159 of file pcrecpparg.h.
|
inline |
Definition at line 155 of file pcrecpparg.h.
|
inlinestatic |
Definition at line 476 of file pcrecpp.h.
Referenced by s_GetRealCompileFlags().
|
inlinestatic |
Definition at line 476 of file pcrecpp.h.
References pcrecpp::RE_Options::set_dotall().
|
inlinestatic |
Definition at line 480 of file pcrecpp.h.
Referenced by s_GetRealCompileFlags().
|
inlinestatic |
Definition at line 480 of file pcrecpp.h.
References pcrecpp::RE_Options::set_extended().
Definition at line 156 of file pcrecpparg.h.
|
inline |
Definition at line 158 of file pcrecpparg.h.
|
inline |
Definition at line 154 of file pcrecpparg.h.
Definition at line 157 of file pcrecpparg.h.
|
inline |
Definition at line 159 of file pcrecpparg.h.
|
inline |
Definition at line 155 of file pcrecpparg.h.
|
inlinestatic |
Definition at line 472 of file pcrecpp.h.
Referenced by s_GetRealCompileFlags().
|
inlinestatic |
Definition at line 472 of file pcrecpp.h.
References pcrecpp::RE_Options::set_multiline().
Definition at line 156 of file pcrecpparg.h.
|
inline |
Definition at line 158 of file pcrecpparg.h.
|
inline |
Definition at line 154 of file pcrecpparg.h.
Definition at line 157 of file pcrecpparg.h.
|
inline |
Definition at line 159 of file pcrecpparg.h.
|
inline |
Definition at line 155 of file pcrecpparg.h.
|
inlinestatic |
|
inlinestatic |
Definition at line 465 of file pcrecpp.h.
References pcrecpp::RE_Options::set_utf8().