![]() |
C++ IP API
9.5.8
TCP & UDP for virtual user scripts
|
The objects of this class indicate a position and a string found in a textual search. More...
Public Methods | |
| RegExpMatch () | |
| Default constructor. More... | |
| RegExpMatch (const string &match, int position) | |
| Constructor that is not called directly by test scripts. More... | |
| const string & | getMatch () const |
| |
| int | getPosition () const |
| |
The objects of this class indicate a position and a string found in a textual search.
| Facilita::RegExpMatch::RegExpMatch | ( | ) |
Default constructor.
| Facilita::RegExpMatch::RegExpMatch | ( | const string & | match, |
| int | position | ||
| ) |
Constructor that is not called directly by test scripts.
| const string& Facilita::RegExpMatch::getMatch | ( | ) | const |
| int Facilita::RegExpMatch::getPosition | ( | ) | const |