26 : _match(match), _position(position)
30 const string&
getMatch()
const {
return _match; }
35 #pragma warning(disable:4251) 37 #pragma warning(default:4251) RegExpMatch(const string &match, int position)
Constructor that is not called directly by test scripts.
Definition: RegExpMatch.h:25
vector< RegExpMatch > RegExpMatchList
Definition: RegExpMatch.h:41
int getPosition() const
The position in the data where the string was found.
Definition: RegExpMatch.h:32
RegExpMatch()
Default constructor.
Definition: RegExpMatch.h:20
Definition: IpEndPoint.h:9
const string & getMatch() const
The matched string.
Definition: RegExpMatch.h:30
The objects of this class indicate a position and a string found in a textual search.
Definition: RegExpMatch.h:16