appkit  1.5.1
RoadNarrows Robotics Application Kit
rnr::RegEx::ReMatch Struct Reference

Regular expression match structure. More...

#include <RegEx.h>

Public Attributes

size_t m_uStart
 starting index in input where match is found
 
size_t m_uEnd
 ending index in input where match is found
 
std::string m_strMatch
 matching (sub)string
 

Detailed Description

Regular expression match structure.

Definition at line 122 of file RegEx.h.


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