CrystalSpace

Public API Reference

csRegExpMatch Struct Reference

Information about (sub)expression matches. More...

#include <csutil/regexp.h>

List of all members.

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

Offset to the end of the match from the beginning of the string to match against.

Definition at line 139 of file regexp.h.

Offset to the match from the beginning of the string to match against.

Definition at line 134 of file regexp.h.


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.4.7