|
BALL_EXPORT bool | BALL::operator== (const String &s1, const String &s2) |
|
BALL_EXPORT bool | BALL::operator!= (const String &s1, const String &s2) |
|
BALL_EXPORT bool | BALL::operator< (const String &s1, const String &s2) |
|
BALL_EXPORT bool | BALL::operator<= (const String &s1, const String &s2) |
|
BALL_EXPORT bool | BALL::operator> (const String &s1, const String &s2) |
|
BALL_EXPORT bool | BALL::operator>= (const String &s1, const String &s2) |
|
BALL_EXPORT String | BALL::operator+ (const String &s1, const string &s2) |
| Concatenates two strings. More...
|
|
BALL_EXPORT String | BALL::operator+ (const string &s1, const String &s2) |
| Concatenates two strings. More...
|
|
BALL_EXPORT String | BALL::operator+ (const String &s1, const String &s2) |
| Concatenates two strings. More...
|
|
BALL_EXPORT String | BALL::operator+ (const String &s1, const char *char_ptr) |
| Concatenates a string and a C type string. More...
|
|
BALL_EXPORT String | BALL::operator+ (const char *char_ptr, const String &s) |
| Concatenates a C type string and a string. More...
|
|
BALL_EXPORT String | BALL::operator+ (const String &s, char c) |
| Concatenates a string and a character. More...
|
|
BALL_EXPORT String | BALL::operator+ (char c, const String &s) |
| Concatenates a character and a string. More...
|
|
istream & | std::operator>> (istream &is, BALL::String &str) |
|
ostream & | std::operator<< (ostream &os, BALL::String const &str) |
|
istream & | std::getline (istream &is, BALL::String &str, char delim) |
|
istream & | std::getline (istream &is, BALL::String &str) |
|