OnixS C++ Euronext Optiq MDG Handler  1.3.1
API documentation
StrRef.h File Reference
#include <OnixS/Euronext/MarketData/OptiqMdg/ABI.h>
#include <OnixS/Euronext/MarketData/OptiqMdg/messaging/Aliases.h>
#include <OnixS/Euronext/MarketData/OptiqMdg/messaging/String.h>
#include <OnixS/Euronext/MarketData/OptiqMdg/messaging/Utils.h>
#include <algorithm>
#include <cassert>
#include <cstddef>
#include <cstring>
#include <limits>
#include <ostream>
#include <stdexcept>
#include <string>

Go to the source code of this file.

Classes

class  StrRef
 

Namespaces

 OnixS
 
 OnixS::Euronext
 
 OnixS::Euronext::MarketData
 
 OnixS::Euronext::MarketData::OptiqMdg
 
 OnixS::Euronext::MarketData::OptiqMdg::Messaging
 

Functions

bool operator== (const StrRef &left, const StrRef &right)
 
bool operator!= (const StrRef &left, const StrRef &right)
 
bool operator< (const StrRef &left, const StrRef &right)
 
bool operator> (const StrRef &left, const StrRef &right)
 
std::ostream & operator<< (std::ostream &stream, const StrRef &text)
 
StrRef toStrRef (const std::string &str)
 
StrRef toStrRef (const Char *cStr) noexcept
 
bool operator== (const StrRef &ref, const std::string &str)
 
bool operator!= (const StrRef &ref, const std::string &str)
 
bool operator== (const std::string &str, const StrRef &ref)
 
bool operator!= (const std::string &str, const StrRef &ref)
 
bool operator== (const StrRef &ref, const Char *str)
 
bool operator!= (const StrRef &ref, const Char *str)
 
bool operator== (const Char *str, const StrRef &ref)
 
bool operator!= (const Char *str, const StrRef &ref)
 
template<size_t Size>
constexpr StrRef constructStrRef (const char(&value)[Size]) noexcept
 
template<size_t Size>
constexpr StrRef strRefFromCharArray (const char(&value)[Size]) noexcept
 
std::string toStr (const StrRef &ref)
 
void toStr (std::string &str, const StrRef &ref)