libcamgm
Public Attributes | List of all members
ca_mgm::PerlRegEx::match_t Struct Reference

POSIX RegEx like structure for captured substring offset pair. More...

#include <PerlRegEx.hpp>

Public Attributes

int rm_so
 start offset of the regex match More...
 
int rm_eo
 end offset of the regex match More...
 

Detailed Description

POSIX RegEx like structure for captured substring offset pair.

Member Data Documentation

int ca_mgm::PerlRegEx::match_t::rm_eo

end offset of the regex match

int ca_mgm::PerlRegEx::match_t::rm_so

start offset of the regex match


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