Copyright (c) 2002-2008 by Michael Ellison. See COPYING.txt for the Game Accessibility Suite [GAS] License (MIT License).
Definition in file CATString.h.
#include "CATInternal.h"
Go to the source code of this file.
Classes | |
class | CATString |
String class that supports both char* and unicode/CATWChar types. More... | |
Functions | |
CATString | operator+ (const CATString &str1, const CATString &str2) |
bool | operator== (const CATString &str1, const CATString &str2) |
bool | operator== (const CATString &str1, const char *unistr2) |
bool | operator== (const CATString &str1, const CATWChar *unistr2) |
bool | operator== (const char *unistr2, const CATString &str1) |
bool | operator== (const CATWChar *unistr2, const CATString &str1) |
bool | operator!= (const CATString &str1, const CATString &str2) |
bool | operator!= (const CATString &str1, const char *unistr2) |
bool | operator!= (const CATString &str1, const CATWChar *unistr2) |
bool | operator!= (const char *unistr2, const CATString &str1) |
bool | operator!= (const CATWChar *unistr2, const CATString &str1) |
bool | operator< (const CATString &str1, const CATString &str2) |
bool | operator< (const CATString &str1, const char *unistr2) |
bool | operator< (const CATString &str1, const CATWChar *unistr2) |
bool | operator< (const char *unistr2, const CATString &str1) |
bool | operator< (const CATWChar *unistr2, const CATString &str1) |
bool | operator> (const CATString &str1, const CATString &str2) |
bool | operator> (const CATString &str1, const char *asciistr2) |
bool | operator> (const CATString &str1, const CATWChar *unistr2) |
bool | operator> (const char *asciistr2, const CATString &str1) |
bool | operator> (const CATWChar *unistr2, const CATString &str1) |
bool | operator>= (const CATString &str1, const CATString &str2) |
bool | operator>= (const CATString &str1, const char *unistr2) |
bool | operator>= (const CATString &str1, const CATWChar *unistr2) |
bool | operator>= (const char *unistr2, const CATString &str1) |
bool | operator>= (const CATWChar *unistr2, const CATString &str1) |
bool | operator<= (const CATString &str1, const CATString &str2) |
bool | operator<= (const CATString &str1, const char *unistr2) |
bool | operator<= (const CATString &str1, const CATWChar *unistr2) |
bool | operator<= (const char *unistr2, const CATString &str1) |
bool | operator<= (const CATWChar *unistr2, const CATString &str1) |
Variables | |
const CATWChar | kCRLF [3] = { 0x0d, 0x0a, 0 } |