HP LoadRunner Protocol SDK Test Run API Reference
12.02
Main Page
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
include
EvaluatedString.h
Go to the documentation of this file.
1
#ifndef LR_PROTOCOL_SDK_EVALUATED_STRING_H
4
#define LR_PROTOCOL_SDK_EVALUATED_STRING_H
5
6
#include "
ProtocolSdkDefs.h
"
7
8
12
class
PROTOCOL_EXTENSION_DECLSPEC
CEvaluatedString
13
{
14
public
:
15
18
CEvaluatedString
(
19
const
char
* mValue,
20
unsigned
long
mLength
21
);
22
23
24
27
CEvaluatedString
(
const
CEvaluatedString
& );
28
29
32
CEvaluatedString
& operator=(
const
CEvaluatedString
& );
33
35
virtual
~
CEvaluatedString
();
36
39
operator
const
char
*();
40
43
unsigned
long
Size();
44
45
private
:
46
47
void
Init(
48
const
char
* mValue,
49
unsigned
long
mLength);
50
51
char
* m_value;
52
unsigned
long
m_length;
53
};
54
55
56
#endif
ProtocolSdkDefs.h
This file contains general types.
CEvaluatedString
Class CEvaluatedString wraps the result of the function CProtocolExtension::EvaluateString().
Definition:
EvaluatedString.h:12
Send documentation feedback to HP.
© 1995-2015 Hewlett-Packard Development Company, L.P.