Tanl Linguistic Pipeline |
Holds the offsets of matching regular expressions. More...
#include <RegExp.h>
Public Member Functions | |
MatchGroups (int size) | |
size_t | size () |
std::pair< int, int > & | operator[] (int i) |
Access indidual matches, consisting of a pair of integer positions <start, end>. |
Holds the offsets of matching regular expressions.
size_t Tanl::Text::RegExp::MatchGroups::size | ( | ) | [inline] |
Referenced by Tanl::Text::RegExp::Pattern::match().