ui-utilcpp 1.10.3
Data Fields
UI::Util::PosixRegex::Match Class Reference

Helper class representing match data. More...

#include <PosixRegex.hpp>

Collaboration diagram for UI::Util::PosixRegex::Match:
Collaboration graph

Data Fields

bool matches
 
unsigned begin
 
unsigned end
 

Detailed Description

Helper class representing match data.

Field Documentation

◆ begin

unsigned UI::Util::PosixRegex::Match::begin

If yes: where it begins

◆ end

unsigned UI::Util::PosixRegex::Match::end

If yes: where it ends

◆ matches

bool UI::Util::PosixRegex::Match::matches

Do we have a match?

Referenced by UI::Util::PosixRegex::run().


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