C++ IP API
9.5.7
TCP & UDP for virtual user scripts
|
This class maintains information over a sequence of textual searches. More...
Public Methods | |
ExtractionCursor (bool extractFromEnd=false) | |
Default constructor. More... | |
virtual | ~ExtractionCursor () |
void | reset () |
Reset this object for re-use. More... | |
Public Properties | |
int | getIndex () |
Get the current position of the search. More... | |
bool | succeeded () |
Has the last search succeeded? More... | |
string | getErrorMessage () const |
Get any error message. More... | |
This class maintains information over a sequence of textual searches.
Each search takes the instance as a parameter and maintains the current position and the success or failure of the last search.
Facilita::ExtractionCursor::ExtractionCursor | ( | bool | extractFromEnd = false | ) |
Default constructor.
|
virtual |
string Facilita::ExtractionCursor::getErrorMessage | ( | ) | const |
Get any error message.
int Facilita::ExtractionCursor::getIndex | ( | ) |
Get the current position of the search.
void Facilita::ExtractionCursor::reset | ( | ) |
Reset this object for re-use.
bool Facilita::ExtractionCursor::succeeded | ( | ) |
Has the last search succeeded?