|
CartoType API
|
#include <cartotype_string.h>
Public Member Functions | |
| TText () | |
| TText (const uint16 *aText) | |
| TText (const uint16 *aText, int32 aLength) | |
| TText (const MString &aString) | |
| const uint16 * | Text () const |
An unmodifiable string that doesn't own its text.
| CartoType::TText::TText | ( | ) | [inline] |
Construct an empty TText object.
| CartoType::TText::TText | ( | const uint16 * | aText | ) | [inline] |
Construct a TText object from a null-terminated string.
| CartoType::TText::TText | ( | const uint16 * | aText, |
| int32 | aLength | ||
| ) | [inline] |
Construct a TText object from a pointer and a length.
| CartoType::TText::TText | ( | const MString & | aString | ) | [inline] |
| const uint16* CartoType::TText::Text | ( | ) | const [inline, virtual] |
Return a constant pointer to Unicode text stored in UTF16 format.
Implements CartoType::MString.
1.7.5.1