FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Store the results of a regex match. More...
#include <scanners.hpp>
Public Member Functions | |
match (const int s, const int e, const string &t) | |
Public Attributes | |
const int | start |
const int | end |
const string & | type |
Store the results of a regex match.
Definition at line 28 of file scanners.hpp.
int match::end |
End position of match
Definition at line 35 of file scanners.hpp.
int match::start |
Start position of match
Definition at line 35 of file scanners.hpp.