#include "lo-regexp.h"
Definition at line 163 of file lo-regexp.h.
◆ match_element() [1/2]
octave::regexp::match_element::match_element |
( |
const string_vector & |
nt, |
|
|
const string_vector & |
t, |
|
|
const std::string & |
ms, |
|
|
const Matrix & |
te, |
|
|
double |
s, |
|
|
double |
e |
|
) |
| |
|
inline |
◆ match_element() [2/2]
octave::regexp::match_element::match_element |
( |
const match_element & |
| ) |
|
|
default |
◆ end()
double octave::regexp::match_element::end |
( |
void |
| ) |
const |
|
inline |
◆ match_string()
std::string octave::regexp::match_element::match_string |
( |
void |
| ) |
const |
|
inline |
◆ named_tokens()
string_vector octave::regexp::match_element::named_tokens |
( |
void |
| ) |
const |
|
inline |
◆ operator=()
◆ start()
double octave::regexp::match_element::start |
( |
void |
| ) |
const |
|
inline |
◆ token_extents()
Matrix octave::regexp::match_element::token_extents |
( |
void |
| ) |
const |
|
inline |
◆ tokens()
string_vector octave::regexp::match_element::tokens |
( |
void |
| ) |
const |
|
inline |
◆ m_end
double octave::regexp::match_element::m_end |
|
private |
◆ m_match_string
std::string octave::regexp::match_element::m_match_string |
|
private |
◆ m_named_tokens
◆ m_start
double octave::regexp::match_element::m_start |
|
private |
◆ m_token_extents
Matrix octave::regexp::match_element::m_token_extents |
|
private |
◆ m_tokens
The documentation for this class was generated from the following file: