|
Namespaces |
| namespace | Wt |
Classes |
| class | Wt::WString |
| | A unicode string class, with support for localization. More...
|
Typedefs |
| typedef WString | Wt::WMessage |
| | Deprecated Alias to WString for the depreacated WMessage classes.
|
Enumerations |
| enum | Wt::CharEncoding { Wt::LocalEncoding,
Wt::UTF8
} |
| | Enumeration that indicates a character encoding. More...
|
Functions |
|
WT_API WString | Wt::operator+ (const WString &lhs, const WString &rhs) |
| | Concatenate two WStrings.
|
|
WT_API WString | Wt::operator+ (const WString &lhs, const std::wstring &rhs) |
| | Conatenate a WString with a C++ wide string.
|
|
WT_API WString | Wt::operator+ (const WString &lhs, const wchar_t *rhs) |
| | Conatenate a WString with a C wide string.
|
|
WT_API WString | Wt::operator+ (const WString &lhs, const std::string &rhs) |
| | Conatenate a WStrin with a C++ string.
|
|
WT_API WString | Wt::operator+ (const WString &lhs, const char *rhs) |
| | Conatenate a WString with a C string.
|
|
WT_API WString | Wt::operator+ (const std::wstring &lhs, const WString &rhs) |
| | Conatenate a C++ wide string with a WString.
|
|
WT_API WString | Wt::operator+ (const wchar_t *lhs, const WString &rhs) |
| | Conatenate a C wide string with a WString.
|
|
WT_API WString | Wt::operator+ (const std::string &lhs, const WString &rhs) |
| | Conatenate a C++ string with a WString.
|
|
WT_API WString | Wt::operator+ (const char *lhs, const WString &rhs) |
| | Conatenate a C string with a WString.
|
|
WT_API bool | Wt::operator== (const char *lhs, const WString &rhs) |
| | Compare a C string with a WString.
|
|
WT_API bool | Wt::operator== (const wchar_t *lhs, const WString &rhs) |
| | Compare a C wide string with a WString.
|
|
WT_API bool | Wt::operator== (const std::string &lhs, const WString &rhs) |
| | Compare a C++ string with a WString.
|
|
WT_API bool | Wt::operator== (const std::wstring &lhs, const WString &rhs) |
| | Compare a C++ wide string with a WString.
|
|
WT_API bool | Wt::operator!= (const char *lhs, const WString &rhs) |
| | Compare a C string with a WString.
|
|
WT_API bool | Wt::operator!= (const wchar_t *lhs, const WString &rhs) |
| | Compare a C wide string with a WString.
|
|
WT_API bool | Wt::operator!= (const std::string &lhs, const WString &rhs) |
| | Compare a C++ string with a WString.
|
|
WT_API bool | Wt::operator!= (const std::wstring &lhs, const WString &rhs) |
| | Compare a C++ wide string with a WString.
|
|
WT_API std::wostream & | Wt::operator<< (std::wostream &lhs, const WString &rhs) |
| | Output a WString to a C++ wide stream.
|
|
WT_API std::ostream & | Wt::operator<< (std::ostream &lhs, const WString &rhs) |
| | Output a WString to a C++ stream.
|