MaxStringCastUTF8 Class Reference
 
 
 
MaxStringCastUTF8 Class Reference

This reference page is linked to from the following overview topics: Unicode.


#include <maxstring.h>

Inheritance diagram for MaxStringCastUTF8:
MaxStringCast< char > MaxHeapOperators

Class Description

A Utility class for helping to convert to UTF8.

See also:
MaxStringCast

Public Member Functions

  MaxStringCastUTF8 ()
  MaxStringCastUTF8 (const MaxString &string, const char *w)

Constructor & Destructor Documentation

MaxStringCastUTF8 ( ) [inline]
                : MaxStringCast<char>()
        {
        }
MaxStringCastUTF8 ( const MaxString string,
const char *  w 
) [inline]
                : MaxStringCast<char>(string, w)
        {
        }