The methods of the CXlStringArg class are listed here.
|
CXlStringArg | Constructs a CXlStringArg object |
|
operator = | Assigns a new value to the CXlArgString |
|
GetCharPtr | Gets a pointer to a read-only character buffer |
|
GetCharPtrA | Gets a pointer to a read-only narrow character buffer |
|
GetCharPtrW | Gets a pointer to a read-only wide character buffer |
|
GetStlString | Gets an STL string |
|
GetStlStringA | Gets an STL ANSI string |
|
GetStlStringW | Gets an STL wide string |
|
GetString | Gets a string value |
|
GetStringA | Gets an ANSI string value |
|
GetStringW | Gets a Unicode string value |
|
operator bool | Returns true if the string is not null, false is the string is null |
|
operator const char* | Returns a pointer to a read-only text buffer |
|
operator const wchar_t* | Returns a pointer to a read-only text buffer |
|
HasNarrowString | Returns whether the object contains an ANSI string |
|
HasWideString | Returns whether the object contains a Unicode string |
Header: xlpstringarg.h