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);
StringLH constructor and copy constructor. There must be at least one copy constructor or the compiler will generate an incorrect base call.