#include <pcre.h>
◆ PCRE_Options() [1/2]
re2::PCRE_Options::PCRE_Options |
( |
| ) |
|
|
inline |
◆ PCRE_Options() [2/2]
re2::PCRE_Options::PCRE_Options |
( |
| ) |
|
|
inline |
◆ match_limit() [1/2]
int re2::PCRE_Options::match_limit |
( |
| ) |
const |
|
inline |
◆ match_limit() [2/2]
int re2::PCRE_Options::match_limit |
( |
| ) |
const |
|
inline |
◆ option() [1/2]
◆ option() [2/2]
◆ report_errors() [1/2]
bool re2::PCRE_Options::report_errors |
( |
| ) |
const |
|
inline |
◆ report_errors() [2/2]
bool re2::PCRE_Options::report_errors |
( |
| ) |
const |
|
inline |
◆ set_match_limit() [1/2]
void re2::PCRE_Options::set_match_limit |
( |
int |
match_limit | ) |
|
|
inline |
◆ set_match_limit() [2/2]
void re2::PCRE_Options::set_match_limit |
( |
int |
match_limit | ) |
|
|
inline |
◆ set_option() [1/2]
◆ set_option() [2/2]
◆ set_report_errors() [1/2]
void re2::PCRE_Options::set_report_errors |
( |
bool |
report_errors | ) |
|
|
inline |
◆ set_report_errors() [2/2]
void re2::PCRE_Options::set_report_errors |
( |
bool |
report_errors | ) |
|
|
inline |
◆ set_stack_limit() [1/2]
void re2::PCRE_Options::set_stack_limit |
( |
int |
stack_limit | ) |
|
|
inline |
◆ set_stack_limit() [2/2]
void re2::PCRE_Options::set_stack_limit |
( |
int |
stack_limit | ) |
|
|
inline |
◆ stack_limit() [1/2]
int re2::PCRE_Options::stack_limit |
( |
| ) |
const |
|
inline |
◆ stack_limit() [2/2]
int re2::PCRE_Options::stack_limit |
( |
| ) |
const |
|
inline |
◆ match_limit_
int re2::PCRE_Options::match_limit_ |
|
private |
◆ option_
◆ report_errors_
bool re2::PCRE_Options::report_errors_ |
|
private |
◆ stack_limit_
int re2::PCRE_Options::stack_limit_ |
|
private |
The documentation for this class was generated from the following file: