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