#include <regexp.h>
Definition at line 64 of file regexp.h.
◆ Regexp() [1/2]
| Regexp::Regexp |
( |
const char * |
pat | ) |
|
◆ Regexp() [2/2]
| Regexp::Regexp |
( |
const char * |
pat, |
|
|
int |
length |
|
) |
| |
◆ ~Regexp()
◆ BeginningOfMatch()
| int Regexp::BeginningOfMatch |
( |
int |
subexp = 0 | ) |
|
◆ EndOfMatch()
| int Regexp::EndOfMatch |
( |
int |
subexp = 0 | ) |
|
◆ Match()
| int Regexp::Match |
( |
const char * |
text, |
|
|
int |
length, |
|
|
int |
index |
|
) |
| |
◆ pattern()
| const char * Regexp::pattern |
( |
| ) |
const |
◆ Search()
| int Regexp::Search |
( |
const char * |
text, |
|
|
int |
length, |
|
|
int |
index, |
|
|
int |
range |
|
) |
| |
◆ c_pattern
◆ pattern_
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/nrn/checkouts/8.2.6/src/ivos/InterViews/regexp.h
- /home/docs/checkouts/readthedocs.org/user_builds/nrn/checkouts/8.2.6/src/ivos/regexp.cpp