MaxStringCastCP Class Reference
 
 
 
MaxStringCastCP Class Reference

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


#include <maxstring.h>

Inheritance diagram for MaxStringCastCP:
MaxStringCast< char > MaxHeapOperators

Class Description

A Utility class for helping to convert to a specified code page.

See also:
MaxStringCast

Public Member Functions

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

Constructor & Destructor Documentation

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