#include "CEGUIString.h"
#include <iostream>
Include dependency graph for CEGUIString.cpp:
Go to the source code of this file.
Namespaces | |
namespace | CEGUI |
Functions | |
bool CEGUIEXPORT | CEGUI::operator== (const String &str1, const String &str2) |
Return true if String str1 is equal to String str2. | |
bool CEGUIEXPORT | CEGUI::operator!= (const String &str1, const String &str2) |
Return true if String str1 is not equal to String str2. | |
bool CEGUIEXPORT | CEGUI::operator< (const String &str1, const String &str2) |
Return true if String str1 is lexicographically less than String str2. | |
bool CEGUIEXPORT | CEGUI::operator> (const String &str1, const String &str2) |
Return true if String str1 is lexicographically greater than String str2. | |
bool CEGUIEXPORT | CEGUI::operator<= (const String &str1, const String &str2) |
Return true if String str1 is lexicographically less than or equal to String str2. | |
bool CEGUIEXPORT | CEGUI::operator>= (const String &str1, const String &str2) |
Return true if String str1 is lexicographically greater than or equal to String str2. | |
String CEGUIEXPORT | CEGUI::operator+ (const String &str1, const String &str2) |
Return String object that is the concatenation of the given inputs. | |
std::ostream & | CEGUI::operator<< (std::ostream &s, const String &str) |
void CEGUIEXPORT | CEGUI::swap (String &str1, String &str2) |
Swap the contents for two String objects. |