TIBCO Adapter SDK C++ Reference
|
Method | Description |
![]() | Assignment operator for character type. |
![]() |
Assignment operator for for character string assignment.
|
![]() |
Assignment operator for MStringData assignment.
|
![]() |
Assignment operator for MStringData.
|
![]() |
Assignment operator for Unicode string (MWString) assignment.
|
![]() | Retrieve the data encapsulated by this MStringData using best-case conversion if required. |
![]() | Safe cast operation for MStringData instances. |
![]() | Safe cast operation for MStringData instances. |
![]() ![]() | Return the data encapsulated by the MStringData instance as a pointer to an MString. |
![]() ![]() | Return the data encapsulated by the MStringData instance as a pointer to an MWString. |
![]() ![]() | Return the class for this MStringData instance. |
![]() ![]() | Return the name of this class as a char*. |
![]() | Return the unicode encoding type of this MStringData, currently either ASCII or UTF16BC. |
![]() |
Constructs an MStringData instance using the specified source data encoding. If no encoding information is supplied, M_ASCII encoding is assumed. This constructor is for 8-bit strings. |
![]() | Constructs an MStringData instance from an 8-bit string. |
![]() | Constructs an MStringData instance instance from a 16-bit string. |
![]() |
Constructs an MStringData instance using the sepcified source data encoding. If no encoding information is supplied, M_UTF16BE encoding is assumed. This constructor creates an MStringData from a 16-bit character string passed. |
![]() | Return the number of bytes encapsulated by this MStringData. |
![]() | Return the number of characters encapsulated by this MStringData. |
![]() ![]() | Converts this MStringData instance to an MString. |
![]() | Retrieve the data encapsulated by this MStringData as a 16-bit string. |