|
ui-utilcpp
1.8.3
|
Helper class representing match data. More...
#include <PosixRegex.hpp>

Data Fields | |
| bool | matches |
| unsigned | begin |
| unsigned | end |
Helper class representing match data.
| unsigned UI::Util::PosixRegex::Match::begin |
If yes: where it begins
Referenced by UI::Util::PosixRegex::runMatch().
| unsigned UI::Util::PosixRegex::Match::end |
If yes: where it ends
Referenced by UI::Util::PosixRegex::runMatch().
| bool UI::Util::PosixRegex::Match::matches |
Do we have a match?
Referenced by UI::Util::PosixRegex::runMatch().
1.8.9.1