![]() |
NEURON
|
#include <regexp.h>
Public Member Functions | |
| Regexp (const char *) | |
| Regexp (const char *, int length) | |
| ~Regexp () | |
| const char * | pattern () const |
| int | Search (const char *text, int length, int index, int range) |
| int | Match (const char *text, int length, int index) |
| int | BeginningOfMatch (int subexp=0) |
| int | EndOfMatch (int subexp=0) |
Private Attributes | |
| char * | pattern_ |
| regexp * | c_pattern |
| Regexp::Regexp | ( | const char * | pat | ) |
Definition at line 77 of file regexp.cpp.
| Regexp::Regexp | ( | const char * | pat, |
| int | length | ||
| ) |
Definition at line 89 of file regexp.cpp.
| Regexp::~Regexp | ( | ) |
Definition at line 100 of file regexp.cpp.
Definition at line 227 of file regexp.cpp.
Definition at line 234 of file regexp.cpp.
Definition at line 206 of file regexp.cpp.
| const char * Regexp::pattern | ( | ) | const |
Definition at line 109 of file regexp.cpp.
Definition at line 111 of file regexp.cpp.