Go to the source code of this file.
|
bool | operator== (const StringRef &ref, const String &str) |
bool | operator!= (const StringRef &ref, const String &str) |
bool | operator== (const String &str, const StringRef &ref) |
bool | operator!= (const String &str, const StringRef &ref) |
bool | operator== (const StringRef &ref, const std::string &str) |
bool | operator!= (const StringRef &ref, const std::string &str) |
bool | operator== (const std::string &str, const StringRef &ref) |
bool | operator!= (const std::string &str, const StringRef &ref) |
bool | operator== (const StringRef &ref, const char *str) |
bool | operator!= (const StringRef &ref, const char *str) |
bool | operator== (const char *str, const StringRef &ref) |
bool | operator!= (const char *str, const StringRef &ref) |
std::ostream & | operator<< (std::ostream &stream, const OnixS::CME::DropCopy::StringRef &text) |
std::ostream & | operator<< (std::ostream &stream, const OnixS::CME::DropCopy::String &text) |