GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::regexp::match_element Class Reference

#include "lo-regexp.h"

Collaboration diagram for octave::regexp::match_element:

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
 

Detailed Description

Definition at line 196 of file lo-regexp.h.

Constructor & Destructor Documentation

◆ 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

Definition at line 200 of file lo-regexp.h.

◆ match_element() [2/2]

octave::regexp::match_element::match_element ( const match_element a)
inline

Definition at line 207 of file lo-regexp.h.

Member Function Documentation

◆ end()

double octave::regexp::match_element::end ( void  ) const
inline

Definition at line 219 of file lo-regexp.h.

◆ match_string()

std::string octave::regexp::match_element::match_string ( void  ) const
inline

Definition at line 214 of file lo-regexp.h.

◆ named_tokens()

string_vector octave::regexp::match_element::named_tokens ( void  ) const
inline

Definition at line 215 of file lo-regexp.h.

◆ start()

double octave::regexp::match_element::start ( void  ) const
inline

Definition at line 218 of file lo-regexp.h.

◆ token_extents()

Matrix octave::regexp::match_element::token_extents ( void  ) const
inline

Definition at line 217 of file lo-regexp.h.

◆ tokens()

string_vector octave::regexp::match_element::tokens ( void  ) const
inline

Definition at line 216 of file lo-regexp.h.

Member Data Documentation

◆ x_end

double octave::regexp::match_element::x_end
private

Definition at line 228 of file lo-regexp.h.

◆ x_match_string

std::string octave::regexp::match_element::x_match_string
private

Definition at line 223 of file lo-regexp.h.

◆ x_named_tokens

string_vector octave::regexp::match_element::x_named_tokens
private

Definition at line 224 of file lo-regexp.h.

◆ x_start

double octave::regexp::match_element::x_start
private

Definition at line 227 of file lo-regexp.h.

◆ x_token_extents

Matrix octave::regexp::match_element::x_token_extents
private

Definition at line 226 of file lo-regexp.h.

◆ x_tokens

string_vector octave::regexp::match_element::x_tokens
private

Definition at line 225 of file lo-regexp.h.


The documentation for this class was generated from the following file: