HP LoadRunner Protocol SDK Test Run API Reference  12.02
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 
19  const char* mValue,
20  unsigned long mLength
21  );
22 
23 
24 
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
This file contains general types.
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.