Assigns a new value to the CXlArgString
const CXlStringArg& operator =( const CXlStringArg& source ); const CXlStringArg& operator =( std::string& str ); const CXlStringArg& operator =( std::wstring& wstr ); const CXlStringArg& operator =( const char* psz ); const CXlStringArg& operator =( const wchar_t* wpsz ); |
An initialised CXlStringArg, whose contents will be copied to this object.
A reference to an STL string.
A reference to an STL wide string.
A pointer to an array of ANSI characters.
A pointer to an array of Unicode characters.
These operators assign a new value to CXlStringArg object. If the item already contains data, then it will be appropriately cleared before the assignment.
Header: xlpstringarg.h