StringLH::StringLH

StringLH::StringLH
StringLH();
StringLH(const char* data);
StringLH(const char* data, UPInt buflen);
StringLH(const StringLH& src);
explicit StringLH(const String& src);
explicit StringLH(const InitStruct& src, UPInt size);
explicit StringLH(const wchar_t* data);
Description

StringLH constructor and copy constructor. There must be at least one copy constructor or the compiler will generate an incorrect base call.

Parameters
Parameters 
Description 
const char* data 
Pointer to character array. 
const StringLH& src 
String object. 
const StringLH& src 
Initializer object with dynamic buffer. 
UPInt size 
Size of the buffer.