#include "regexp.h"
Public Member Functions | |
match_element (const string_vector &nt, const string_vector &t, const std::string &ms, const Matrix &te, double s, double e) | |
match_element (const match_element &a) | |
double | end (void) const |
std::string | match_string (void) const |
string_vector | named_tokens (void) const |
double | start (void) const |
Matrix | token_extents (void) const |
string_vector | tokens (void) const |
Private Attributes | |
double | x_end |
std::string | x_match_string |
string_vector | x_named_tokens |
double | x_start |
Matrix | x_token_extents |
string_vector | x_tokens |
Definition at line 143 of file regexp.h.
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] |
regexp::match_element::match_element | ( | const match_element & | a | ) | [inline] |
double regexp::match_element::end | ( | void | ) | const [inline] |
std::string regexp::match_element::match_string | ( | void | ) | const [inline] |
Definition at line 161 of file regexp.h.
References x_match_string.
string_vector regexp::match_element::named_tokens | ( | void | ) | const [inline] |
Definition at line 162 of file regexp.h.
References x_named_tokens.
double regexp::match_element::start | ( | void | ) | const [inline] |
Matrix regexp::match_element::token_extents | ( | void | ) | const [inline] |
Definition at line 164 of file regexp.h.
References x_token_extents.
string_vector regexp::match_element::tokens | ( | void | ) | const [inline] |
double regexp::match_element::x_end [private] |
std::string regexp::match_element::x_match_string [private] |
Definition at line 170 of file regexp.h.
Referenced by match_string().
Definition at line 171 of file regexp.h.
Referenced by named_tokens().
double regexp::match_element::x_start [private] |
Matrix regexp::match_element::x_token_extents [private] |
Definition at line 173 of file regexp.h.
Referenced by token_extents().
string_vector regexp::match_element::x_tokens [private] |