| DeSR Dependency Parser |
#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>. | |
Definition at line 71 of file RegExp.h.
| size_t Tanl::Text::RegExp::MatchGroups::size | ( | ) | [inline] |
Definition at line 81 of file RegExp.h.
Referenced by Tanl::Text::RegExp::Pattern::match().