CartoType API
Public Member Functions
CartoType::TTextBuffer< aMaxLength > Class Template Reference

#include <cartotype_string.h>

Inheritance diagram for CartoType::TTextBuffer< aMaxLength >:
CartoType::MString

List of all members.

Public Member Functions

 TTextBuffer ()
const uint16 * Text () const

Detailed Description

template<int32 aMaxLength>
class CartoType::TTextBuffer< aMaxLength >

A string that owns its own text, which has a maximum length fixed at compile time.


Constructor & Destructor Documentation

template<int32 aMaxLength>
CartoType::TTextBuffer< aMaxLength >::TTextBuffer ( ) [inline]

Construct an empty TTextBuffer object.


Member Function Documentation

template<int32 aMaxLength>
const uint16* CartoType::TTextBuffer< aMaxLength >::Text ( ) const [inline, virtual]

Return a constant pointer to Unicode text stored in UTF16 format.

Implements CartoType::MString.


The documentation for this class was generated from the following file: