#include <faith/cstring.h>#include <faith/char.h>#include <faith/tools.h>#include <string>Go to the source code of this file.
Namespaces | |
| namespace | U_ICU_NAMESPACE |
| namespace | Faith |
Classes | |
| class | Faith::String |
Defines | |
| #define | U_ICU_NAMESPACE KDEInternalAwfulHack |
Functions | |
| std::ostream & | operator<< (std::ostream &out, const Faith::String &str) |
| std::istream & | operator>> (std::istream &in, Faith::String &str) |
| Faith::String | operator+ (const Faith::String &a, const Faith::String &b) |
| bool | operator== (const char *a, const Faith::String &b) |
| #define U_ICU_NAMESPACE KDEInternalAwfulHack |
It is important that you include this after any ICU headers, if you include icu headers
| Faith::String operator+ | ( | const Faith::String & | a, | |
| const Faith::String & | b | |||
| ) | [inline] |
| std::ostream& operator<< | ( | std::ostream & | out, | |
| const Faith::String & | str | |||
| ) | [inline] |
| bool operator== | ( | const char * | a, | |
| const Faith::String & | b | |||
| ) | [inline] |
| std::istream& operator>> | ( | std::istream & | in, | |
| Faith::String & | str | |||
| ) | [inline] |
1.4.7