Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

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_eo
 

end offset of the regex match

Definition at line 72 of file PerlRegEx.hpp.

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

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().


The documentation for this struct was generated from the following file:
Generated on Tue Sep 13 00:06:13 2005 for blocxx by  doxygen 1.4.4