|
template<bool(T)(const wxUniChar &c) > |
bool | wxStringCheck (const wxString &val) |
| Allows extending a function with the signature: More...
|
|
wxString | wxASCII_STR (const char *s) |
| Convenience macro for explicitly constructing wxString from ASCII strings. More...
|
|
|
bool | operator== (const wxString &s1, const wxString &s2) |
| Comparison operator for string types. More...
|
|
bool | operator!= (const wxString &s1, const wxString &s2) |
| Comparison operator for string types. More...
|
|
bool | operator< (const wxString &s1, const wxString &s2) |
| Comparison operator for string types. More...
|
|
bool | operator> (const wxString &s1, const wxString &s2) |
| Comparison operator for string types. More...
|
|
bool | operator<= (const wxString &s1, const wxString &s2) |
| Comparison operator for string types. More...
|
|
bool | operator>= (const wxString &s1, const wxString &s2) |
| Comparison operator for string types. More...
|
|
bool | operator== (const wxString &s1, const wxCStrData &s2) |
| Comparison operator for string types. More...
|
|
bool | operator== (const wxCStrData &s1, const wxString &s2) |
| Comparison operator for string types. More...
|
|
bool | operator!= (const wxString &s1, const wxCStrData &s2) |
| Comparison operator for string types. More...
|
|
bool | operator!= (const wxCStrData &s1, const wxString &s2) |
| Comparison operator for string types. More...
|
|
bool | operator== (const wxString &s1, const wxWCharBuffer &s2) |
| Comparison operator for string types. More...
|
|
bool | operator== (const wxWCharBuffer &s1, const wxString &s2) |
| Comparison operator for string types. More...
|
|
bool | operator!= (const wxString &s1, const wxWCharBuffer &s2) |
| Comparison operator for string types. More...
|
|
bool | operator!= (const wxWCharBuffer &s1, const wxString &s2) |
| Comparison operator for string types. More...
|
|
bool | operator== (const wxString &s1, const wxCharBuffer &s2) |
| Comparison operator for string types. More...
|
|
bool | operator== (const wxCharBuffer &s1, const wxString &s2) |
| Comparison operator for string types. More...
|
|
bool | operator!= (const wxString &s1, const wxCharBuffer &s2) |
| Comparison operator for string types. More...
|
|
bool | operator!= (const wxCharBuffer &s1, const wxString &s2) |
| Comparison operator for string types. More...
|
|
|
bool | operator== (const wxUniChar &c, const wxString &s) |
| Comparison operators char types. More...
|
|
bool | operator== (const wxUniCharRef &c, const wxString &s) |
| Comparison operators char types. More...
|
|
bool | operator== (char c, const wxString &s) |
| Comparison operators char types. More...
|
|
bool | operator== (wchar_t c, const wxString &s) |
| Comparison operators char types. More...
|
|
bool | operator== (int c, const wxString &s) |
| Comparison operators char types. More...
|
|
bool | operator== (const wxString &s, const wxUniChar &c) |
| Comparison operators char types. More...
|
|
bool | operator== (const wxString &s, const wxUniCharRef &c) |
| Comparison operators char types. More...
|
|
bool | operator== (const wxString &s, char c) |
| Comparison operators char types. More...
|
|
bool | operator== (const wxString &s, wchar_t c) |
| Comparison operators char types. More...
|
|
bool | operator!= (const wxUniChar &c, const wxString &s) |
| Comparison operators char types. More...
|
|
bool | operator!= (const wxUniCharRef &c, const wxString &s) |
| Comparison operators char types. More...
|
|
bool | operator!= (char c, const wxString &s) |
| Comparison operators char types. More...
|
|
bool | operator!= (wchar_t c, const wxString &s) |
| Comparison operators char types. More...
|
|
bool | operator!= (int c, const wxString &s) |
| Comparison operators char types. More...
|
|
bool | operator!= (const wxString &s, const wxUniChar &c) |
| Comparison operators char types. More...
|
|
bool | operator!= (const wxString &s, const wxUniCharRef &c) |
| Comparison operators char types. More...
|
|
bool | operator!= (const wxString &s, char c) |
| Comparison operators char types. More...
|
|
bool | operator!= (const wxString &s, wchar_t c) |
| Comparison operators char types. More...
|
|