BLOCXX_NAMESPACE::PerlRegEx::match_t Struct Reference

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

#include <PerlRegEx.hpp>

List of all members.

Public Attributes

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


Detailed Description

POSIX RegEx like structure for captured substring offset pair.

Definition at line 70 of file PerlRegEx.hpp.


Member Data Documentation

int BLOCXX_NAMESPACE::PerlRegEx::match_t::rm_so

start offset of the regex match

Definition at line 71 of file PerlRegEx.hpp.

Referenced by BLOCXX_NAMESPACE::PerlRegEx::execute().

int BLOCXX_NAMESPACE::PerlRegEx::match_t::rm_eo

end offset of the regex match

Definition at line 72 of file PerlRegEx.hpp.

Referenced by BLOCXX_NAMESPACE::PerlRegEx::execute().


The documentation for this struct was generated from the following file:
Generated on Fri Sep 21 23:42:37 2007 for blocxx by  doxygen 1.5.3