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

#include "lo-regexp.h"

Public Member Functions

 match_element ()=delete
 
 match_element (const string_vector &nt, const string_vector &t, const std::string &ms, const Matrix &te, double s, double e)
 
double end () const
 
std::string match_string () const
 
string_vector named_tokens () const
 
double start () const
 
Matrix token_extents () const
 
string_vector tokens () const
 

Detailed Description

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

Constructor & Destructor Documentation

◆ match_element() [1/2]

regexp::match_element::match_element ( )
delete

◆ match_element() [2/2]

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 169 of file lo-regexp.h.

Member Function Documentation

◆ end()

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

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

◆ match_string()

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

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

◆ named_tokens()

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

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

◆ start()

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

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

◆ token_extents()

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

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

◆ tokens()

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

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


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