csRegExpMatch Struct Reference
Information about (sub)expression matches. More...
#include <csutil/regexp.h>
| Public Attributes | |
| size_t | endOffset | 
| Offset to the end of the match from the beginning of the string to match against. | |
| size_t | startOffset | 
| Offset to the match from the beginning of the string to match against. | |
Detailed Description
Information about (sub)expression matches.
Definition at line 131 of file regexp.h.
Member Data Documentation
| size_t csRegExpMatch::endOffset | 
| size_t csRegExpMatch::startOffset | 
The documentation for this struct was generated from the following file:
- csutil/regexp.h
Generated for Crystal Space by doxygen 1.4.7

