GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "lo-regexp.h"
Public Member Functions | |
opts (void) | |
opts (const opts &o) | |
~opts (void) | |
void | case_insensitive (bool val) |
bool | case_insensitive (void) const |
void | dotexceptnewline (bool val) |
bool | dotexceptnewline (void) const |
void | emptymatch (bool val) |
bool | emptymatch (void) const |
void | freespacing (bool val) |
bool | freespacing (void) const |
void | lineanchors (bool val) |
bool | lineanchors (void) const |
void | once (bool val) |
bool | once (void) const |
opts & | operator= (const opts &o) |
Private Attributes | |
bool | x_case_insensitive |
bool | x_dotexceptnewline |
bool | x_emptymatch |
bool | x_freespacing |
bool | x_lineanchors |
bool | x_once |
Definition at line 92 of file lo-regexp.h.
|
inline |
Definition at line 96 of file lo-regexp.h.
Referenced by xilaenv().
|
inline |
Definition at line 101 of file lo-regexp.h.
|
inline |
Definition at line 125 of file lo-regexp.h.
Definition at line 127 of file lo-regexp.h.
Referenced by regexp::compile_internal(), octregexp(), and parse_options().
Definition at line 134 of file lo-regexp.h.
Definition at line 128 of file lo-regexp.h.
Referenced by regexp::compile_internal(), and parse_options().
Definition at line 135 of file lo-regexp.h.
Definition at line 129 of file lo-regexp.h.
Referenced by regexp::match(), and parse_options().
Definition at line 136 of file lo-regexp.h.
Definition at line 130 of file lo-regexp.h.
Referenced by regexp::compile_internal(), and parse_options().
Definition at line 137 of file lo-regexp.h.
Definition at line 131 of file lo-regexp.h.
Referenced by regexp::compile_internal(), and parse_options().
Definition at line 138 of file lo-regexp.h.
Definition at line 132 of file lo-regexp.h.
Referenced by regexp::match(), octregexp(), and parse_options().
Definition at line 139 of file lo-regexp.h.
Definition at line 110 of file lo-regexp.h.
References x_case_insensitive, x_dotexceptnewline, x_emptymatch, x_freespacing, x_lineanchors, and x_once.
|
private |
Definition at line 143 of file lo-regexp.h.
Referenced by operator=().
|
private |
Definition at line 144 of file lo-regexp.h.
Referenced by operator=().
|
private |
Definition at line 145 of file lo-regexp.h.
Referenced by operator=().
|
private |
Definition at line 146 of file lo-regexp.h.
Referenced by operator=().
|
private |
Definition at line 147 of file lo-regexp.h.
Referenced by operator=().
|
private |
Definition at line 148 of file lo-regexp.h.
Referenced by operator=().