OnixS CME Drop Copy Handler C++ library  5.7.1
API documentation
String.h File Reference
#include "OnixS/CME/DropCopy/Export.h"
#include "OnixS/CME/DropCopy/Numeric.h"
#include <cstring>
#include <functional>
#include <ostream>
#include <stdexcept>
#include <string>

Go to the source code of this file.

Classes

class  String
 
class  StringRef
 
struct  less< OnixS::CME::DropCopy::StringRef >
 
struct  less< OnixS::CME::DropCopy::String >
 

Namespaces

 OnixS
 
 OnixS::CME
 
 OnixS::CME::DropCopy
 

Functions

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)
 

Function Documentation

std::ostream& std::operator<< ( std::ostream &  stream,
const OnixS::CME::DropCopy::StringRef text 
)
inline

Definition at line 595 of file String.h.

std::ostream& std::operator<< ( std::ostream &  stream,
const OnixS::CME::DropCopy::String text 
)
inline

Definition at line 601 of file String.h.