#include <regex.hpp>
|
int | pos |
| offset of the match in bytes from the start of the search or -1 if not found More...
|
|
int | len |
| length of the match in bytes More...
|
|
strus::RegexSearch::Match::Match |
( |
| ) |
|
|
inline |
strus::RegexSearch::Match::Match |
( |
int |
pos_, |
|
|
int |
len_ |
|
) |
| |
|
inline |
strus::RegexSearch::Match::Match |
( |
const Match & |
o | ) |
|
|
inline |
Match& strus::RegexSearch::Match::operator= |
( |
const Match & |
o | ) |
|
|
inline |
bool strus::RegexSearch::Match::valid |
( |
| ) |
const |
|
inline |
int strus::RegexSearch::Match::len |
length of the match in bytes
int strus::RegexSearch::Match::pos |
offset of the match in bytes from the start of the search or -1 if not found
The documentation for this struct was generated from the following file:
- /home/patrick/Projects/github/strusBase/include/strus/base/regex.hpp