GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "lo-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 151 of file lo-regexp.h.
|
inline |
Definition at line 155 of file lo-regexp.h.
|
inline |
Definition at line 162 of file lo-regexp.h.
Definition at line 174 of file lo-regexp.h.
|
inline |
Definition at line 169 of file lo-regexp.h.
|
inline |
Definition at line 170 of file lo-regexp.h.
Definition at line 173 of file lo-regexp.h.
Definition at line 172 of file lo-regexp.h.
|
inline |
Definition at line 171 of file lo-regexp.h.
|
private |
Definition at line 183 of file lo-regexp.h.
|
private |
Definition at line 178 of file lo-regexp.h.
|
private |
Definition at line 179 of file lo-regexp.h.
|
private |
Definition at line 182 of file lo-regexp.h.
|
private |
Definition at line 181 of file lo-regexp.h.
|
private |
Definition at line 180 of file lo-regexp.h.