HP LoadRunner Protocol SDK Test Run API Reference
12.02
|
Class CEvaluatedString wraps the result of the function CProtocolExtension::EvaluateString(). More...
#include <EvaluatedString.h>
Public Member Functions | |
CEvaluatedString (const char *mValue, unsigned long mLength) | |
Construct object from string. More... | |
CEvaluatedString (const CEvaluatedString &) | |
Copy constructor. | |
CEvaluatedString & | operator= (const CEvaluatedString &) |
Object equals operator. | |
virtual | ~CEvaluatedString () |
Destructor. | |
operator const char * () | |
Returns the evaluated string. | |
unsigned long | Size () |
Returns the size of the evaluated string. | |
Class CEvaluatedString wraps the result of the function CProtocolExtension::EvaluateString().
In an evaluated string, all LoadRunner parameter references have been replaced by the parameter value.
CEvaluatedString::CEvaluatedString | ( | const char * | mValue, |
unsigned long | mLength | ||
) |
Construct object from string.
mValue | the evaluated string |
mLength | the evaluated string length |