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

Classes

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

namespace   MaxSDK
namespace   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...