GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
regexp::match_data Class Reference

#include "lo-regexp.h"

Inheritance diagram for regexp::match_data:

Public Member Functions

 match_data ()
 
 match_data (const std::list< match_element > &l, const string_vector &np)
 
string_vector named_patterns () const
 

Detailed Description

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

Constructor & Destructor Documentation

◆ match_data() [1/2]

regexp::match_data::match_data ( )
inline

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

◆ match_data() [2/2]

regexp::match_data::match_data ( const std::list< match_element > &  l,
const string_vector np 
)
inline

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

Member Function Documentation

◆ named_patterns()

string_vector regexp::match_data::named_patterns ( ) const
inline

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


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