ALib C++ Library
Library Version: 2511 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::strings::util::RegexMatcher::SRange Struct Reference

Description:

A simple struct that determines a range in a string. A range is not bound to a certain string object and its validty has to be checked when used.

Definition at line 43 of file regexmatcher.inl.

Public Field Index:

integer Length
 The length of this range in a string.
 
integer Position
 The starting index of this range in a string.
 

Field Details:

◆ Length

integer alib::strings::util::RegexMatcher::SRange::Length

The length of this range in a string.

Definition at line 45 of file regexmatcher.inl.

◆ Position

integer alib::strings::util::RegexMatcher::SRange::Position

The starting index of this range in a string.

Definition at line 44 of file regexmatcher.inl.


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