Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CEGUIString.cpp File Reference

#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.


Generated on Wed Sep 7 10:02:16 2005 for Crazy Eddies GUI System by  doxygen 1.4.3