maxstring.h File Reference

maxstring.h File Reference
#include "WindowsDefines.h"
#include <tchar.h>
#include "maxheap.h"
#include "strbasic.h"

Classes

class  MaxStringCast< ChType >
 A MaxStringCast is used when casting a MaxString to a type. More...
 
class  MaxString
 Stores all the strings inside CStr and WStr. More...
 
class  MaxStringCast< ChType >
 A MaxStringCast is used when casting a MaxString to a type. More...
 
class  MaxStringCastUTF8
 A Utility class for helping to convert to UTF8. More...
 
class  MaxStringCastCP
 A Utility class for helping to convert to a specified code page. More...
 

Namespaces

 MaxSDK
 This API is used to support OLE structured storage streams containing user specified string data in 3ds Max scene files or other OLE Structured Storage based files.
 
 MaxSDK::Util
 

Enumerations

enum  MaxStringDataEncoding { MSDE_CP_UTF16 = 65012, MSDE_CP_ASCII = 65013, MSDE_CP_UCS4 = 65014, MSDE_CP_MASK = 0x0fffffff }
 String encodings used in the MaxString class. More...