C++ IP API
9.5.7
TCP & UDP for virtual user scripts
|
A Pattern based on a single string. More...
Public Methods | |
SimplePattern (const string &s) | |
Construct this pattern. More... | |
~SimplePattern () | |
int | isSatisfiedBy (char ch) |
Not called directly by test scripts. More... | |
void | reset (void) |
Not called directly by test scripts. More... | |
string | toString () |
| |
Public Methods inherited from Facilita::Pattern | |
Pattern () | |
virtual | ~Pattern () |
A Pattern based on a single string.
A search for this pattern will be satisfied if the string is found in the searched data. The internal read position on input stream is advanced to the byte following the end of found string.
Facilita::SimplePattern::SimplePattern | ( | const string & | s | ) |
Construct this pattern.
s | The string to look for. |
Facilita::SimplePattern::~SimplePattern | ( | ) |
|
virtual |
Not called directly by test scripts.
Implements Facilita::Pattern.
|
virtual |
Not called directly by test scripts.
Implements Facilita::Pattern.
|
virtual |
Implements Facilita::Pattern.