#include "lo-regexp.h"
Definition at line 124 of file lo-regexp.h.
◆ opts() [1/2]
| regexp::opts::opts |
( |
void |
| ) |
|
|
inline |
◆ opts() [2/2]
| regexp::opts::opts |
( |
const opts & |
| ) |
|
|
default |
◆ ~opts()
| regexp::opts::~opts |
( |
void |
| ) |
|
|
default |
◆ case_insensitive() [1/2]
| void regexp::opts::case_insensitive |
( |
bool |
val | ) |
|
|
inline |
◆ case_insensitive() [2/2]
| bool regexp::opts::case_insensitive |
( |
void |
| ) |
const |
|
inline |
◆ dotexceptnewline() [1/2]
| void regexp::opts::dotexceptnewline |
( |
bool |
val | ) |
|
|
inline |
◆ dotexceptnewline() [2/2]
| bool regexp::opts::dotexceptnewline |
( |
void |
| ) |
const |
|
inline |
◆ emptymatch() [1/2]
| void regexp::opts::emptymatch |
( |
bool |
val | ) |
|
|
inline |
◆ emptymatch() [2/2]
| bool regexp::opts::emptymatch |
( |
void |
| ) |
const |
|
inline |
◆ freespacing() [1/2]
| void regexp::opts::freespacing |
( |
bool |
val | ) |
|
|
inline |
◆ freespacing() [2/2]
| bool regexp::opts::freespacing |
( |
void |
| ) |
const |
|
inline |
◆ lineanchors() [1/2]
| void regexp::opts::lineanchors |
( |
bool |
val | ) |
|
|
inline |
◆ lineanchors() [2/2]
| bool regexp::opts::lineanchors |
( |
void |
| ) |
const |
|
inline |
◆ once() [1/2]
| void regexp::opts::once |
( |
bool |
val | ) |
|
|
inline |
◆ once() [2/2]
| bool regexp::opts::once |
( |
void |
| ) |
const |
|
inline |
◆ operator=()
| opts& regexp::opts::operator= |
( |
const opts & |
| ) |
|
|
default |
◆ m_case_insensitive
| bool regexp::opts::m_case_insensitive |
|
private |
◆ m_dotexceptnewline
| bool regexp::opts::m_dotexceptnewline |
|
private |
◆ m_emptymatch
| bool regexp::opts::m_emptymatch |
|
private |
◆ m_freespacing
| bool regexp::opts::m_freespacing |
|
private |
◆ m_lineanchors
| bool regexp::opts::m_lineanchors |
|
private |
◆ m_once
| bool regexp::opts::m_once |
|
private |
The documentation for this class was generated from the following file: