クラス | |
class | wxUString |
wxUString is a class representing a Unicode character string where each character is stored using a 32-bit value. More... | |
Functions | |
wxUString | operator+ (const wxUString &s1, const wxUString &s2) |
Concatenation operator. | |
bool | operator== (const wxUString &s1, const wxUString &s2) |
Equality operator. | |
bool | operator!= (const wxUString &s1, const wxUString &s2) |
Inequality operator. | |
bool | operator< (const wxUString &s1, const wxUString &s2) |
Comparison operator. | |
bool | operator> (const wxUString &s1, const wxUString &s2) |
Comparison operator. | |
bool | operator<= (const wxUString &s1, const wxUString &s2) |
Comparison operator. | |
bool | operator>= (const wxUString &s1, const wxUString &s2) |
Comparison operator. |