HP LoadRunner Protocol SDK Test Run API Reference  12.02
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
CEvaluatedString Class Reference

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.
 
CEvaluatedStringoperator= (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.
 

Detailed Description

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.

Constructor & Destructor Documentation

CEvaluatedString::CEvaluatedString ( const char *  mValue,
unsigned long  mLength 
)

Construct object from string.

Parameters
mValuethe evaluated string
mLengththe evaluated string length

The documentation for this class was generated from the following file:


Send documentation feedback to HP.


© 1995-2015 Hewlett-Packard Development Company, L.P.